On Mon, Aug 30, 2010 at 5:36 PM, Jim Fulton <j...@zope.com> wrote:
...
> This is a fairly serious problem.  It's serious enough that I'm, going
> to add some APIs in ZODB 3.10 to deal with it.  One of these is:
>
>  class ReadVerifyingStorage(IStorage):
>
>      def checkCurrentSerialInTransaction(oid, serial):

Oops. That should have been:

       def checkCurrentSerialInTransaction(oid, serial, transaction):

Jim

-- 
Jim Fulton
_______________________________________________
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zodb-dev

Reply via email to