[issue17296] Cannot unpickle classes derived from 'Exception'

Andreas Hausmann report at bugs.python.org
Tue Feb 26 10:52:42 CET 2013


Andreas Hausmann added the comment:

That is correct.

Under 2.4 and 3.3 it should show neither the line "EXCEPTION ## EXCEPTION" nor the following line "TypeError: ('__init__() takes at least 2 arguments....."

That means, that in version 2.4 and 3.3 that unpickling problem doesn't exist. In version 2.4 I tested it myself; exactly, there is no problem. In version 3.3 I simply take your word, that the bug is fixed.

----------

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


More information about the Python-bugs-list mailing list