]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed a leak which would occur in the unsupported and highly
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 13 Nov 2014 18:17:38 +0000 (13:17 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 13 Nov 2014 18:18:03 +0000 (13:18 -0500)
commit533f9b6b8a303b27db377fa67d314735c62684ed
tree6150463cac917fbdee8d8a7765f0e6d8ce6ec7f8
parentfc2d19537331e07ae8b75b9a356fbaebd8046a0b
- Fixed a leak which would occur in the unsupported and highly
non-recommended use case of replacing a relationship on a fixed
mapped class many times, referring to an arbitrarily growing number of
target mappers.  A warning is emitted when the old relationship is
replaced, however if the mapping were already used for querying, the
old relationship would still be referenced within some registries.
fixes #3251
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/orm/mapper.py
test/aaa_profiling/test_memusage.py