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

Amaury Forgeot d'Arc report at bugs.python.org
Thu Jun 9 15:55:09 CEST 2011


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

- Please replace tabs characters by space
- "//" comments are not accepted by some picky C89 compilers

Also, calling f.read(1) for each character may have a large performance impact.  I don't know how this can be solved though.

----------

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


More information about the Python-bugs-list mailing list