zopefoundation / transaction

Generic transaction implementation for Python.
Other
70 stars 31 forks source link

Free DataManagers when a transaction becomes non-current. #14

Closed jamadden closed 8 years ago

jamadden commented 8 years ago

Per the discussion on the mailing list

This is the bare implementation of that, only freeing resources when _manager.free() is called. A few notes: