[ZODB-Dev] Bug in cPersistence.c? Transaction.register(object) not called

Jeremy Hylton jeremy@digicool.com
Tue, 8 May 2001 18:07:34 -0400 (EDT)


>>>>> "JDH" == John D Heintz <jheintz@isogen.com> writes:

  JDH> Note: This code relies on accessing the ZODB.Transaction module
  JDH> directly.  This means that ZODB.__init__ must be modified to
  JDH> not delete that module.  Also, I am using the StandaloneZODB
  JDH> from SourceForge.  If this causes any hardship I'll get the
  JDH> latest Zope code and rerun my tests with that, but I don't
  JDH> think there should be any problems.

[slightly off-topic response]

Note that you can also get the latest code from DC's StandaloneZODB
project at cvs.zope.org:

http://www.zope.org/Wikis/ZODB/StandaloneZODB

Jeremy