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.getfullargspec() is deprecated in python 3.8 #295
Comments
we are using getargspec in exactly the prehistoric "turbogears" plugin, and we're using it on our own Template.init which seems kind of silly. we should just remove it |
bzzt I'm wrong, we should fix the TG thing but we use it in runtime as well via inspect_func_args |
getargspec is used in Mako for
|
here is the turbogears part:
but the rest has to be from a new approach to getfullargspec |
this needs to be vendored the same way we did it at sqlalchemy/sqlalchemy#4674, cut and paste |
Mike Bayer has proposed a fix for this issue in the master branch: Bump Python versions, remove conditional imports https://gerrit.sqlalchemy.org/1380 |
as in sqlalchemy/sqlalchemy#4674
and sqlalchemy/alembic#563
need to rebuild based on Signature for what we need
The text was updated successfully, but these errors were encountered: