]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- add workaround for sqlite memusage tests, so no longer need to count to 220/skip...
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 12 Jan 2013 22:21:35 +0000 (17:21 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 12 Jan 2013 22:21:35 +0000 (17:21 -0500)
commit576224edd01f96bb505f9162282cfa9ba6efcb46
tree80606787b39fd81dea233a197f655277c6a246d5
parent56b1f4c8845373b6680d6ab09dcefe36eaeb12fb
- add workaround for sqlite memusage tests, so no longer need to count to 220/skip tests
- Fixed potential memory leak which could occur if an
arbitrary number of :class:`.sessionmaker` objects
were created.   The anonymous subclass created by
the sessionmaker, when dereferenced, would not be garbage
collected due to remaining class-level references from the
event package.  This issue also applies to any custom system
that made use of ad-hoc subclasses in conjunction with
an event dispatcher.  Also in 0.7.10. [ticket:2650]
doc/build/changelog/changelog_07.rst
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/event.py
test/aaa_profiling/test_memusage.py
test/base/test_events.py