[issue12291] file written using marshal in 3.2 can be read by 2.7, but not 3.2 or 3.3

Vinay Sajip report at bugs.python.org
Thu Jun 9 15:49:09 CEST 2011


Vinay Sajip <vinay_sajip at yahoo.co.uk> added the comment:

I've added a patch which I think fixes marshal.load(), and would be grateful for a review - it's my first C patch for Python. The test_marshal test passes, though I haven't yet added a test for the failing scenario.

----------
keywords: +patch
Added file: http://bugs.python.org/file22290/marshal-patch.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12291>
_______________________________________


More information about the Python-bugs-list mailing list