[issue17810] Implement PEP 3154 (pickle protocol 4)

Antoine Pitrou report at bugs.python.org
Fri May 3 19:42:37 CEST 2013


Antoine Pitrou added the comment:

> I think it could be worthwhile to investigate a generic API for
> pickling collections in-place. For example, a such API would helpful
> for pickling set subclasses in-place.

Is the use case important enough? Otherwise, this is more
__special_method__ complication that we'll have to maintain for pickle's
only use.

----------

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


More information about the Python-bugs-list mailing list