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

Benjamin Peterson report at bugs.python.org
Mon Jun 20 00:10:17 CEST 2011


Benjamin Peterson <benjamin at python.org> added the comment:

I think you're right about playing with the bare fd being too fragile. I think a simpler solution is to read say 1024 bytes at a time and buffer it internally.

----------

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


More information about the Python-bugs-list mailing list