]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Vendor inspect.formatannotation
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 7 Feb 2020 22:55:07 +0000 (17:55 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 7 Feb 2020 22:55:46 +0000 (17:55 -0500)
commit47aa62abde6eba67802f2f7126cc79fbd95b5d1a
tree06af970bd57606526d9aa16ef1c1dfa49c87021a
parent47202abbf9823e1058e0b88ce64ffd3b88027e96
Vendor inspect.formatannotation

Vendored the ``inspect.formatannotation`` function inside of
``sqlalchemy.util.compat``, which is needed for the vendored version of
``inspect.formatargspec``.  The function is not documented in cPython and
is not guaranteed to be available in future Python versions.

Fixes: #5138
Change-Id: I76bdddc28507fb1b4403f1b718d6f9cc2fb6d93c
doc/build/changelog/unreleased_13/5138.rst [new file with mode: 0644]
lib/sqlalchemy/util/compat.py