[issue23401] Add pickle support of Mapping views

Raymond Hettinger report at bugs.python.org
Sat Jun 4 11:33:02 EDT 2016


Raymond Hettinger added the comment:

Guido, is it your intention that the ABCs grow pickle support?  

I presume if this were implemented that it would become a requirement for all classes (and their subclasses) that purport to be mappings.  I thought that you had designed to the ABCs to stay focused only on the essential characteristics of mappings.

----------
assignee:  -> gvanrossum
nosy: +gvanrossum

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


More information about the Python-bugs-list mailing list