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 <rep...@bugs.python.org>
<http://bugs.python.org/issue22995>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to