[issue11286] Some "trivial" python 2.x pickles fails to load in Python 3.2

Nick Coghlan report at bugs.python.org
Thu Feb 24 23:07:14 CET 2011


Nick Coghlan <ncoghlan at gmail.com> added the comment:

A SystemError indicates that an internal API was given bogus input or produces bogus output (i.e. we screwed up somewhere, or a third party is messing with interfaces they shouldn't be)

If data validation fails for part of the public C API (whether it is visible to Python code or not), then ValueError is the right thing to raise.

----------

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


More information about the Python-bugs-list mailing list