[ZODB-Dev] problems w/ Pickle based deep-copy of Blob objects

2008-08-19 Thread Rob Miller
hi all, i've been experimenting w/ getting ZODB 3.8's blob storage support to work w/ the openplans.org stack, and have hit a snag about which i could use some feedback. the problem is that CMFEditions, which we use to version our content, uses Pickler.dump() and Unpickler.load() to create

Re: [ZODB-Dev] problems w/ Pickle based deep-copy of Blob objects

2008-09-11 Thread Rob Miller
Shane Hathaway wrote: Rob Miller wrote: i'm assuming from the lack of response that nobody has a problem w/ this change... if i don't hear differently within the next 24 hours or so, i'll commit the change to the 3.8 branch and the trunk. The change looks harmless, but please verify

Re: [ZODB-Dev] problems w/ Pickle based deep-copy of Blob objects

2008-09-15 Thread Rob Miller
Christian Theune wrote: On Tue, 2008-08-19 at 12:05 -0700, Rob Miller wrote: hi all, i've been experimenting w/ getting ZODB 3.8's blob storage support to work w/ the openplans.org stack, and have hit a snag about which i could use some feedback. There's another bug around the corner