[issue23401] Add pickle support of Mapping views

Serhiy Storchaka report at bugs.python.org
Sat Jun 4 13:16:21 EDT 2016


Serhiy Storchaka added the comment:

The option 3 is now available with pickle protocols >= 2 (but less efficient with protocols < 4).

Adding pickle support of Mapping views doesn't add a requirement for all classes that purport to be mappings.  But if you implement pickle support of your mapping, its views become automatically pickleable.

----------
versions: +Python 3.6 -Python 3.5

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


More information about the Python-bugs-list mailing list