]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed a series of potential race conditions in
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 18 Jul 2008 17:42:11 +0000 (17:42 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 18 Jul 2008 17:42:11 +0000 (17:42 +0000)
commit5e7f90a1d62b04a0f866d8cd170c66e7b1f7ae7d
tree82d964efbcc1992067325e6c1cca45b6c61ce02f
parent5af88c5df1f26d60becc8c60f7d99b3278e7c220
- Fixed a series of potential race conditions in
Session whereby asynchronous GC could remove unmodified,
no longer referenced items from the session as they were
present in a list of items to be processed, typically
during session.expunge_all() and dependent methods.
CHANGES
lib/sqlalchemy/orm/session.py
test/orm/session.py