]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- InstanceState object now removes circular references to
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 26 Oct 2008 20:02:19 +0000 (20:02 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 26 Oct 2008 20:02:19 +0000 (20:02 +0000)
commitc36271e23b81a161772183cc95532c124e76f5a4
tree9d7837e4f2949d2ef19fa92ec8d565acb58cc7e4
parent76e8175971a5fa5abb7f7e1f85ccd3068f04aff5
- InstanceState object now removes circular references to
itself upon disposal to keep it outside of cyclic garbage
collection.
CHANGES
lib/sqlalchemy/orm/attributes.py
lib/sqlalchemy/orm/session.py