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 danielsh
Recipients Arfrever, danielsh, einarfd, eli.bendersky, ezio.melotti, flox, georg.brandl, jcea, larry, python-dev, santoso.wijaya
Date 2012-12-31.00:54:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356915298.07.0.65011760774.issue16076@psf.upfronthosting.co.za>
In-reply-to
Content
BTW, maybe I'm just confused, but I'm a little surprised that C pickling -> Python unpickling works: the C __reduce__ returns a 3-element tuple, which according to pickle docs[1] must either be a dictionary or be passed to __setstate__; it's not a dictionary and the Python implementation doesn't have a __setstate__.

http://docs.python.org/3/library/pickle#pickle.object.__reduce__
History
Date User Action Args
2012-12-31 00:54:58danielshsetrecipients: + danielsh, georg.brandl, jcea, larry, ezio.melotti, Arfrever, eli.bendersky, flox, santoso.wijaya, python-dev, einarfd
2012-12-31 00:54:58danielshsetmessageid: <1356915298.07.0.65011760774.issue16076@psf.upfronthosting.co.za>
2012-12-31 00:54:58danielshlinkissue16076 messages
2012-12-31 00:54:58danielshcreate