I noticed that objectstore.py imports weakref but doesn't appear to use it. In the long run, I think UnitOfWork.identity_map ought to allow objects that are otherwise unreferenced to become garbage. Is this just as simple as making it a WeakValueDictionary? Or would that break some other part of the code?
Mitch ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ Sqlalchemy-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users

