[issue18359] pickle fail to handle some class with __new__

Amaury Forgeot d'Arc report at bugs.python.org
Thu Jul 4 16:08:15 CEST 2013


Amaury Forgeot d'Arc added the comment:

This is expected, your class must say how this __new__ constructor can be called.
http://docs.python.org/2/library/pickle.html#object.__getnewargs__

----------
nosy: +amaury.forgeotdarc
resolution:  -> works for me
status: open -> closed

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


More information about the Python-bugs-list mailing list