[pypy-issue] [issue979] Pickle fails in pypy, works in CPython

Andrew Kuchling tracker at bugs.pypy.org
Fri Feb 3 22:22:03 CET 2012


Andrew Kuchling <amk at amk.ca> added the comment:

I've just tried this with the current dev build of PyPy (so, 1.8.1-dev0).  The 
problem only occurs when it's writing to a StringIO.  If I modify test.py to 
write 
to a file it completes in 16sec; if I use a dummy class with an empty write() 
method, it takes 10sec.

----------
nosy: +akuchling

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue979>
________________________________________


More information about the pypy-issue mailing list