[issue25698] test regressions introduced with the fix for #22995

Serhiy Storchaka report at bugs.python.org
Mon Nov 30 18:25:37 EST 2015


Serhiy Storchaka added the comment:

Default __reduce_ex__ and __reduce__ implementations call copy_reg._reduce_ex. cPickle.dumps({}) works because __reduce_ex__ is not called, dict is supported by pickle directly.

----------

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


More information about the Python-bugs-list mailing list