Files
sqlalchemy/test/ext/declarative
Mike Bayer 3182101127 - Fixed an extremely unlikely memory issue where when using
:class:`.DeferredReflection`
to define classes pending for reflection, if some subset of those
classes were discarded before the :meth:`.DeferredReflection.prepare`
method were called to reflect and map the class, a strong reference
to the class would remain held within the declarative internals.
This internal collection of "classes to map" now uses weak
references against the classes themselves.
2014-01-03 21:46:13 -05:00
..
2013-04-27 19:53:57 -04:00
2013-04-27 19:53:57 -04:00
2013-04-27 19:53:57 -04:00