[Python-ideas] Make MappingProxyType picklable

Antony Lee antony.lee at berkeley.edu
Sat Feb 22 03:13:04 CET 2014


Currently, mappingproxies are not picklable, which (among other things)
lead to signature objects being non picklable.  Could this be easily fixed,
or is there a stronger reason for not allowing that pickling?
If mappingproxies cannot be made picklable, perhaps signatures can
implement __getnewargs__ to allow pickling?
Antony
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20140221/8983c393/attachment.html>


More information about the Python-ideas mailing list