Bug filed (#971 <https://bugs.pypy.org/issue971>)! Thanks for taking a look! -Andrew
On Wed, Dec 21, 2011 at 10:28 AM, Amaury Forgeot d'Arc <[email protected]>wrote: > > > 2011/12/21 Andrew Brown <[email protected]> > >> On Wed, Dec 21, 2011 at 10:20 AM, Amaury Forgeot d'Arc < >> [email protected]> wrote: >> >>> Pickle uses known byte order and sizes, and has a stable set of formats >>> and opcodes. >>> Pickles generated on one platform can be read on a different one; >>> even with different Python versions, even with PyPy vs. CPython. >>> >>> Otherwise it's a bug, like this one :) >>> >>> Neat! I found a bug! Would you like me to file an issue with the issue >> tracker? >> > > Yes, please, before we forget it :-) > > -- > Amaury Forgeot d'Arc >
_______________________________________________ pypy-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-dev
