[issue26579] Support pickling slots in subclasses of common classes
Serhiy Storchaka
report at bugs.python.org
Thu Jul 14 07:50:18 EDT 2016
Serhiy Storchaka added the comment:
An alternative way is to expose a default state as object.__getstate__(). It is more efficient since it is implemented in C. Following patch implements this approach.
----------
Added file: http://bugs.python.org/file43716/object_getstate.patch
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26579>
_______________________________________
More information about the Python-bugs-list
mailing list