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 nagle
Recipients alexandre.vassalotti, nagle, pitrou, serhiy.storchaka
Date 2015-03-15.20:17:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426450657.5.0.682659718042.issue23655@psf.upfronthosting.co.za>
In-reply-to
Content
More info: the problem is on the "unpickle" side.  If I use _Unpickle and Pickle, so the unpickle side is in Python, but the pickle side is in C, no problem. If I use Unpickle and _Pickle, so the unpickle side is C, crashes.
History
Date User Action Args
2015-03-15 20:17:37naglesetrecipients: + nagle, pitrou, alexandre.vassalotti, serhiy.storchaka
2015-03-15 20:17:37naglesetmessageid: <1426450657.5.0.682659718042.issue23655@psf.upfronthosting.co.za>
2015-03-15 20:17:37naglelinkissue23655 messages
2015-03-15 20:17:37naglecreate