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

Simon Hova tracker at bugs.pypy.org
Wed Jan 4 19:37:50 CET 2012


Simon Hova <Simon at hova.net> added the comment:

I'm not really certain how to show the problem without all the code, so I am 
including it.

Basically, my EDI module makes a mutable dict object from an EDI file. If I try 
to pickle the finished object, using the code found in the shelve class, it will 
work in Python 2.7.1 and 2.7.2, but hangs forever in pypy 1.7. Oddly, the 
smaller EDI file works fine.

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


More information about the pypy-issue mailing list