[issue20653] Pickle enums by name

Ethan Furman report at bugs.python.org
Tue Feb 18 21:23:16 CET 2014


Ethan Furman added the comment:

Patch allows subclass to override __reduce_ex__, which is useful if a mixed-in type does not have proper pickle support.

----------
Added file: http://bugs.python.org/file34138/issue20653.stoneleaf.01.patch

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


More information about the Python-bugs-list mailing list