]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Improved weakref identity map memory management to no longer
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 19 Oct 2008 19:26:48 +0000 (19:26 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 19 Oct 2008 19:26:48 +0000 (19:26 +0000)
commitabcb5605f91ef206dd5f0f6400302f0b28425365
treeedc705129acb436c8b453362bc5af06cd7911aca
parent291077f36422f73bba6717075f89dc754ad3d7a1
- Improved weakref identity map memory management to no longer
require mutexing, resurrects garbage collected instance
on a lazy basis for an InstanceState with pending changes.
CHANGES
lib/sqlalchemy/orm/attributes.py
lib/sqlalchemy/orm/identity.py
lib/sqlalchemy/orm/session.py
test/orm/session.py
test/orm/transaction.py
test/profiling/zoomark_orm.py