Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python 3.11 vs from inspect import getargspec #271

Open
Christian-B opened this issue Dec 1, 2022 · 2 comments
Open

Python 3.11 vs from inspect import getargspec #271

Christian-B opened this issue Dec 1, 2022 · 2 comments
Labels

Comments

@Christian-B
Copy link

Use getfullargspec() for an updated API that is usually a drop-in replacement, but also correctly handles function annotations and keyword-only parameters.

Note: not critical as we have now removed all dependencies for rig in our project

@mossblaser
Copy link
Member

Thanks very much for sending this in! Out of curiosity how did you happen across this -- I dimly recall rig only used the various introspection things for some of its own API idiosyncrasies? Is someone still dutifully running the rig test suite against new Pythons or are you doing some of the same tricks?

(Separately, how is the world of SpiNNaker software these days? Is there somewhere I can read to catch up on what's been going on over the last <many> years? :))

@mossblaser mossblaser added the bug label Dec 7, 2022
@Christian-B
Copy link
Author

Christian-B commented Dec 7, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants