]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed potential memory leak whereby previously pickled objects
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 10 Jul 2009 20:01:56 +0000 (20:01 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 10 Jul 2009 20:01:56 +0000 (20:01 +0000)
commit910961fccdf9fe6933c56c595c1126df132a31ff
tree90dc2f1516811490216fab6b3e5d5b26c3ceeb81
parent4e4102f64d0b467649cb372460945a6a7f910884
- Fixed potential memory leak whereby previously pickled objects
placed back in a session would not be fully garbage collected
unless the Session were explicitly closed out.
CHANGES
lib/sqlalchemy/orm/state.py
test/orm/test_session.py