]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Migrated gc.collect hack to testlib.compat
authorJason Kirtland <jek@discorporate.us>
Wed, 1 Apr 2009 01:52:16 +0000 (01:52 +0000)
committerJason Kirtland <jek@discorporate.us>
Wed, 1 Apr 2009 01:52:16 +0000 (01:52 +0000)
commit7e87605140ee5cdd602f86dfd6931cddda0fde0e
treee1855a1c44760dde1c41e68406f3a7d633e9c6f0
parent318802786381e62f3d57e4cbb710141e317680b1
Migrated gc.collect hack to testlib.compat
19 files changed:
test/engine/pool.py
test/engine/reconnect.py
test/ext/associationproxy.py
test/orm/attributes.py
test/orm/expire.py
test/orm/session.py
test/orm/transaction.py
test/perf/masscreate.py
test/perf/masscreate2.py
test/perf/massload.py
test/perf/masssave.py
test/perf/objselectspeed.py
test/perf/objupdatespeed.py
test/perf/sessions.py
test/profiling/memusage.py
test/testlib/__init__.py
test/testlib/compat.py
test/testlib/profiling.py
test/testlib/sa_gc.py [deleted file]