diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-05-20 11:28:03 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-05-20 12:37:05 -0400 |
commit | 52f4d384b6236d00c07afa66ffb8ae2343a87b0f (patch) | |
tree | ee77a14eaf7a38513e61382fd56926d81821cef9 /lib/sqlalchemy/ext/asyncio/session.py | |
parent | b20b6f8fe7ea0198f819a0fd68ca076b6c760054 (diff) | |
download | sqlalchemy-52f4d384b6236d00c07afa66ffb8ae2343a87b0f.tar.gz |
Ensure extended instrumentation is fully disposed
Fixed regression in the ``sqlalchemy.ext.instrumentation`` extension that
prevented instrumentation disposal from working completely. This fix
includes both a 1.4 regression fix as well as a fix for a related issue
that existed in 1.3 also. As part of this change, the
:class:`sqlalchemy.ext.instrumentation.InstrumentationManager` class now
has a new method ``unregister()``, which replaces the previous method
``dispose()``, which was not called as of version 1.4.
Fixes: #6390
Change-Id: I1b7a0f190b56d31b93b5ba11f67dc9f73889958b
Diffstat (limited to 'lib/sqlalchemy/ext/asyncio/session.py')
0 files changed, 0 insertions, 0 deletions