diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2019-05-29 17:27:19 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2019-05-29 17:27:19 -0400 |
commit | df99e1ef5f334ce7f4c8118c3e0bdf2949f54de3 (patch) | |
tree | 1e5bd4a26e446b28de87e4aef564cc998221dcb6 /test/dialect/postgresql/test_reflection.py | |
parent | 152c08fe59ed0899d037c26882463ee2b374c014 (diff) | |
download | sqlalchemy-df99e1ef5f334ce7f4c8118c3e0bdf2949f54de3.tar.gz |
Use fully vendored getfullargspec
Replaced the Python compatbility routines for ``getfullargspec()`` with a
fully vendored version from Python 3.3. Originally, Python was emitting
deprecation warnings for this function in Python 3.8 alphas. While this
change was reverted, it was observed that Python 3 implementations for
``getfullargspec()`` are an order of magnitude slower as of the 3.4 series
where it was rewritten against ``Signature``. While Python plans to
improve upon this situation, SQLAlchemy projects for now are using a simple
replacement to avoid any future issues.
Fixes: #4674
Change-Id: I1ab8729c4072634db80c79bb7bc44197dc5e7114
Diffstat (limited to 'test/dialect/postgresql/test_reflection.py')
0 files changed, 0 insertions, 0 deletions