This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients Arfrever, alexandre.vassalotti, barry, josh.r, kitterma, nadeem.vawda, pitrou, python-dev, scoder, serhiy.storchaka
Date 2016-01-16.12:02:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452945750.98.0.365066893369.issue22995@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2016-01-16 12:02:31serhiy.storchakasetrecipients: + serhiy.storchaka, barry, pitrou, scoder, alexandre.vassalotti, nadeem.vawda, Arfrever, kitterma, python-dev, josh.r
2016-01-16 12:02:30serhiy.storchakasetmessageid: <1452945750.98.0.365066893369.issue22995@psf.upfronthosting.co.za>
2016-01-16 12:02:30serhiy.storchakalinkissue22995 messages
2016-01-16 12:02:30serhiy.storchakacreate