[ZODB-Dev] Another ZODB4 bug

Jeremy Hylton jeremy@zope.com (Jeremy Hylton)
Tue, 21 Jan 2003 14:26:07 -0500


Good catch!  It looks like the reset() method in cStringIO.StringIO
sets the file position back to zero but does not reset the file size.
I thought it did both.  So each pickle in a data record will be at
least the size of the largest pickle that has come before it.

I'll fix shortly.

Jeremy