[issue20680] Pickle socket enums by names

Ethan Furman report at bugs.python.org
Sun Feb 8 18:43:39 CET 2015


Ethan Furman added the comment:

An IntEnum is just a fancy int.  You can add them, subtract them, multiply them, all that kind of thing.

If you attempt to unpickle a 3.4 _PickleByNameIntEnum on a 3.3 system, what's going to happen?

----------

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


More information about the Python-bugs-list mailing list