]> 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 17:41:28 +0000 (13:41 -0400)
commite81102fbd7e03713ffd0e25b39da4952a75e26e6
tree8716929eeafe921f04e2506ebea88fdf1ab2bfac
parent71a507f511aa116c319706b7c4977879afdd9c83
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
(cherry picked from commit 536d5187a038a44aec624dd2a99792f49dec82ed)
doc/build/changelog/unreleased_12/4291.rst [new file with mode: 0644]
lib/sqlalchemy/util/compat.py
lib/sqlalchemy/util/langhelpers.py