]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Vendor python3 formatargspec
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 28 Jun 2018 15:49:02 +0000 (11:49 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 28 Jun 2018 15:49:02 +0000 (11:49 -0400)
commit536d5187a038a44aec624dd2a99792f49dec82ed
tree2c50af290975a82252f6ba88e28e05b211f1088e
parent83750628d180b9b9e5a6ae9a2ecb3a001553cb81
Vendor python3 formatargspec

Replaced the usage of inspect.formatargspec() with a vendored version
copied from the Python standard library, as inspect.formatargspec()
is deprecated and as of Python 3.7.0 is emitting a warning.

Change-Id: I751652fac7f605a3a10b547ba8c5f34fef1de945
Fixes: #4291
doc/build/changelog/unreleased_12/4291.rst [new file with mode: 0644]
lib/sqlalchemy/util/compat.py
lib/sqlalchemy/util/langhelpers.py