]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
change the weakkeydict to be just an LRU cache. Add tests
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 31 May 2010 15:56:08 +0000 (11:56 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 31 May 2010 15:56:08 +0000 (11:56 -0400)
commitcfe9fadc61cfa05c71255fc0e447360199054ffc
tree737dfbe4e262202a8a94f9335c558d519f843098
parentb42d679cf751d3311a45061c78371fc83bb1d5c2
change the weakkeydict to be just an LRU cache.   Add tests
for the "many combinations of UPDATE keys" issue.
CHANGES
lib/sqlalchemy/orm/mapper.py
lib/sqlalchemy/util.py
test/aaa_profiling/test_memusage.py
test/base/test_utils.py