I just filed an issue which shows a serious breakage in the marshal module: "file written using marshal in 3.2 can be read by 2.7, but not 3.2 or 3.3" http://bugs.python.org/issue12291 Perhaps this issue should be marked as a release blocker for 3.2.1 - what do others (particularly Georg, of course) think? While it does appear to have been broken for some time, it seems a bit too serious to leave until a 3.2.2 release. Regards, Vinay Sajip
On Jun 09, 2011, at 10:51 AM, Vinay Sajip wrote:
I just filed an issue which shows a serious breakage in the marshal module:
"file written using marshal in 3.2 can be read by 2.7, but not 3.2 or 3.3"
http://bugs.python.org/issue12291
Perhaps this issue should be marked as a release blocker for 3.2.1 - what do others (particularly Georg, of course) think? While it does appear to have been broken for some time, it seems a bit too serious to leave until a 3.2.2 release.
Sounds bad ;). I marked it a release blocker, but of course Georg will have the final say. -Barry
participants (2)
-
Barry Warsaw
-
Vinay Sajip