[pypy-issue] [issue979] Pickle fails in pypy, works in CPython
Andrew Kuchling
tracker at bugs.pypy.org
Fri Feb 3 22:34:21 CET 2012
Andrew Kuchling <amk at amk.ca> added the comment:
It seems to be a bug in the dictionary iterator. If I instrument
_batch_setitems, to print what it's doing, it's processing the following series
of keys:
'_header'
'_text'
'_delimiters'
'_next'
'closed'
'SDQ13'
'SDQ06'
'SDQ04'
'SDQ15'
'SDQ09'
'SDQ08'
'SDQ07'
'SDQ03'
'SDQ02'
'SDQ01'
'SDQ21'
... about 10 SDQnn rows deleted ...
'_header'
'_text'
'_delimiters'
________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue979>
________________________________________
More information about the pypy-issue
mailing list