[ZODB-Dev] Webkit Threading and ZODB 3.3a2: problems on Windows

Shane Hathaway shane at zope.com
Thu Feb 19 15:09:20 EST 2004


On Thu, 19 Feb 2004, Jeremy Hylton wrote:

> I thought we had done something to raise an exception when a closed
> connection was involved in a transaction, but I can't find any code to
> do that.  (Shane, if you're listening, do you remember?)

ZODB raises an exception if you try to load ("unghostify") an object from
a closed connection.  A closed connection ought to do something similar
when you try to store, but Connection.register() currently just lets it
go.  It seems like an easy fix.

Shane



More information about the ZODB-Dev mailing list