]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- identity_map._mutable_attrs is a plain dict since we manage weakref removal explicitly
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 2 Oct 2008 02:02:51 +0000 (02:02 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 2 Oct 2008 02:02:51 +0000 (02:02 +0000)
commitabe17984fb608f62674737803ec0ea1012d5b176
tree83b8b10c9bd483de5734878f9c68281448e3e085
parent95bedd0badc7a9d1f22749bfcbb3286325d2be13
- identity_map._mutable_attrs is a plain dict since we manage weakref removal explicitly
- call list() around iteration of _mutable_attrs to guard against async gc.collect() while check_modified() is running
CHANGES
lib/sqlalchemy/orm/identity.py
test/orm/memusage.py