arvindm95 / unladen-swallow

Automatically exported from code.google.com/p/unladen-swallow
Other
0 stars 0 forks source link

Cannot pickle cPickle.Pickler objects #21

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In Python 2.6, you can pickle cPickle.Pickler and Unpickler items. I seem
to have broken that in Unladen Swallow.

Original issue reported on code.google.com by collinw on 22 Apr 2009 at 4:42

GoogleCodeExporter commented 8 years ago

Original comment by collinw on 28 May 2009 at 3:35

GoogleCodeExporter commented 8 years ago

Original comment by collinw on 28 May 2009 at 10:10

GoogleCodeExporter commented 8 years ago
The actual problem is pickling the memo attributes of the Pickler and Unpickler 
objects. 
cvs2svn uses this. I'm trying to resolve all the cPickle-related correctness 
regressions in 
the 2009Q2 release.

Original comment by collinw on 29 Jun 2009 at 10:02

GoogleCodeExporter commented 8 years ago
Fixed in r689.

Original comment by collinw on 3 Jul 2009 at 12:11