[issue6290] cPickle can misread data type

Alex James report at bugs.python.org
Mon Jun 22 23:01:07 CEST 2009


Alex James <ac.james at shaw.ca> added the comment:

I have now pinpointed the error to a list of infinities (see attached).
When using pickle.py to read the cPickle'd data we get a different, and
more, informative error:
ValueError: invalid literal for float(): 1.#INF

----------
Added file: http://bugs.python.org/file14336/cPicktest.py

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


More information about the Python-bugs-list mailing list