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
DeprecationWarning: inspect.getargspec() is deprecated #129
Comments
Michael Bayer (zzzeek) wrote: OK....it was formatargspec that I had to vendor in SQLAlchemy, getargspec is easier as they have thankfully not deprecated getfullargspec(). the code that codes into dogpile/util/compat.py looks like:
|
this got lost, can't believe i havent gotten all these yet across the three projects |
Mike Bayer has proposed a fix for this issue: Fix all Py3k deprecation warnings https://gerrit.sqlalchemy.org/1002 |
fix did not pass all tests when master ran. ci for gerrit is apparently not resetting enough |
Mike Bayer has proposed a fix for this issue: Fix all Py3k deprecation warnings https://gerrit.sqlalchemy.org/1006 |
Migrated issue, originally created by Randy Barlow (bowlofeggs)
Greetings!
In Python 3.6, I see a few warnings like this:
The text was updated successfully, but these errors were encountered: