[ZODB-Dev] ZODB 3.2.4 ConnectionStateError

Syver Enstad syver at inout.no
Tue Nov 16 04:10:20 EST 2004


"Tim Peters" <tim at zope.com> writes:

> In all the examples, abort() was done in a "finally": clause, or in an
> "except:" clause that ended with "raise".  A "finally:" clause is executed
> regardless of whether an exception occurs, but if an exception does occur,
> "finally:" doesn't suppress the exception.  When the "finally:" suite ends,
> the exception is propagated (unless an exception also occurs during the
> "finally:" suite's execution, in which case that new exception gets
> propagated instead).  

I know the error will propagate, but it won't stop my server like
running out of connections will, and the next user of the connection
won't have any side effects from the ConflictError. Am I correct in
assuming this?




More information about the ZODB-Dev mailing list