[issue22995] Restrict default pickleability

Serhiy Storchaka report at bugs.python.org
Sat Jan 16 07:02:30 EST 2016


Serhiy Storchaka added the comment:

Nice.

Did you considered the possibility to implement the pickling compatible with non-accelerated Python classes with __dict__ for every Cython class? I.e. __getstate__ that returns a dict that maps field names to values and __setstate__ that unpacks such dict?

----------

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


More information about the Python-bugs-list mailing list