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 alex, r.david.murray, serhiy.storchaka
Date 2015-11-14.22:58:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1447541913.01.0.1821975866.issue23914@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch that makes broken OBJ opcode to raise UnpicklingError instead of SystemError, improves some UnpicklingError messages, and adds tests for unpickling broken data.
History
Date User Action Args
2015-11-14 22:58:33serhiy.storchakasetrecipients: + serhiy.storchaka, alex, r.david.murray
2015-11-14 22:58:33serhiy.storchakasetmessageid: <1447541913.01.0.1821975866.issue23914@psf.upfronthosting.co.za>
2015-11-14 22:58:32serhiy.storchakalinkissue23914 messages
2015-11-14 22:58:32serhiy.storchakacreate