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

inspect.getargspec deprecated in python > 3.0 #469

Open
MarcusZuber opened this issue Feb 23, 2022 · 4 comments
Open

inspect.getargspec deprecated in python > 3.0 #469

MarcusZuber opened this issue Feb 23, 2022 · 4 comments
Assignees

Comments

@MarcusZuber
Copy link
Member

This is used in helpers.expects

See https://docs.python.org/3.8/library/inspect.html#inspect.getargspec

@sarkarchandan sarkarchandan self-assigned this Jul 25, 2023
@sarkarchandan
Copy link
Contributor

sarkarchandan commented Jul 25, 2023

I have encountered this issue while working with the concert tutorial. I will look into this.
cc: @tfarago

@tfarago
Copy link
Contributor

tfarago commented Jul 25, 2023

Is anyone actually using the decorator? I never liked this complication much...

@MarcusZuber
Copy link
Member Author

I got used to in in the python2 version of concert (and therefore sill have them ), but now proper type hints should be a better solution.

@tfarago
Copy link
Contributor

tfarago commented Oct 17, 2023

I would just drop it and write the code using standard new syntax properly.

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

No branches or pull requests

3 participants