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 eli.bendersky
Recipients Arfrever, danielsh, einarfd, eli.bendersky, ezio.melotti, flox, georg.brandl, jcea, larry, python-dev, santoso.wijaya
Date 2012-12-30.14:24:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356877457.55.0.978552795172.issue16076@psf.upfronthosting.co.za>
In-reply-to
Content
I've added some (currently pyET specific) pickling tests. Daniel, could you re-generate the patch? Note that for the C version of pickling you can now enable the pickle test. Point to consider - can elements pickled in C be unpickled in Python and vice versa? It should probably work (see test_decimal's pickling tests).
History
Date User Action Args
2012-12-30 14:24:17eli.benderskysetrecipients: + eli.bendersky, georg.brandl, jcea, larry, ezio.melotti, Arfrever, flox, santoso.wijaya, python-dev, einarfd, danielsh
2012-12-30 14:24:17eli.benderskysetmessageid: <1356877457.55.0.978552795172.issue16076@psf.upfronthosting.co.za>
2012-12-30 14:24:17eli.benderskylinkissue16076 messages
2012-12-30 14:24:17eli.benderskycreate