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 alexandre.vassalotti
Recipients alexandre.vassalotti, pitrou, serhiy.storchaka
Date 2013-12-04.06:38:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386139134.4.0.507714096088.issue19881@psf.upfronthosting.co.za>
In-reply-to
Content
The bigmem tests for pickle are currently failing for protocol 4. The tests are broken because of an assumption rendered invalid by the frame header. Fixing the tests caught a legitimate bug in the save_bytes function of cpickle.
History
Date User Action Args
2013-12-04 06:38:54alexandre.vassalottisetrecipients: + alexandre.vassalotti, pitrou, serhiy.storchaka
2013-12-04 06:38:54alexandre.vassalottisetmessageid: <1386139134.4.0.507714096088.issue19881@psf.upfronthosting.co.za>
2013-12-04 06:38:54alexandre.vassalottilinkissue19881 messages
2013-12-04 06:38:53alexandre.vassalotticreate