]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- do a straight __subclasses__ traversal here, so that we aren't
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 28 Oct 2012 23:07:56 +0000 (19:07 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 28 Oct 2012 23:07:56 +0000 (19:07 -0400)
commitfb10b94e710a531203b73bd440aa149e18e3d06d
treeade43c52ccd3bee851730da435529b0e91a26a82
parenta13812606cc49909eb0bdceccfd899359e098ca2
- do a straight __subclasses__ traversal here, so that we aren't
iterating through all mappers in memory when a new event is tacked
onto an unmapped superclass, also removes the strong ref that was
breaking some GC teardown tests
lib/sqlalchemy/orm/events.py
lib/sqlalchemy/orm/util.py