Re: [ZODB-Dev] transaction exception-related reference leaks

2010-09-13 Thread Chris McDonough
This patch has been applied to the trunk. - C On Mon, 2010-09-13 at 04:33 -0400, Chris McDonough wrote: > I noticed some weird behavior with exceptions and transactions recently > (in particular, a WSGI server which relies on a __del__ to close its > client connection wasn't disconnecting from th

Re: [ZODB-Dev] transactions, data manager order

2010-09-13 Thread Matthias
Am 09.09.2010, 20:55 Uhr, schrieb Jim Fulton : >> This means for a sequence such as >> >> transaction.begin() >> transaction.get().join( myDataManager ) >> transaction.savepoint() >> transaction.rollback() >> transaction.commit() >> >> the data managers are not sorted unless commit is encountered.

[ZODB-Dev] transaction exception-related reference leaks

2010-09-13 Thread Chris McDonough
I noticed some weird behavior with exceptions and transactions recently (in particular, a WSGI server which relies on a __del__ to close its client connection wasn't disconnecting from the client immediately when a conflict error was raised by ZODB, but would indeed disconnect if a conflict error h