]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Added a list() call around a weak dictionary used within the
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 1 Apr 2015 20:55:58 +0000 (16:55 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 1 Apr 2015 20:55:58 +0000 (16:55 -0400)
commit59816435dae75db9712f80c34734813a0246205a
tree2b625dd299fd97ba0d5ddb06a20fd0c96d317f2a
parent4b164935481c44c126500761f873c5b0c5bdbe80
- Added a list() call around a weak dictionary used within the
commit phase of the session, which without it could cause
a "dictionary changed size during iter" error if garbage collection
interacted within the process.   Change was introduced by
doc/build/changelog/changelog_10.rst
lib/sqlalchemy/orm/session.py