[ZODB-Dev] NotImplementedError when attempting to undo transactions
Jim Fulton
jim at zope.com
Tue Oct 21 16:03:35 EDT 2008
On Oct 21, 2008, at 3:51 PM, Chris Withers wrote:
> This is a little disconcerting:
Yes.
> Failed to abort object: TransactionalUndo oid=<object object at
> 0xb7d01470>
> Traceback (most recent call last):
> File "/opt/Zope-2.11/lib/python/transaction/_transaction.py", line
> 549, in abort
> self.manager.abort(o, txn)
> File "/opt/Zope-2.11/lib/python/ZODB/DB.py", line 809, in abort
> raise NotImplementedError
> NotImplementedError
You can ignore this error. It has no consequence.
There's a bunch of stuff going on in this code that really ought to
get cleaned up. Among other things, that would eliminate this error.
Jim
--
Jim Fulton
Zope Corporation
More information about the ZODB-Dev
mailing list