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 eric.smith
Recipients eric.smith, hyoxt121
Date 2020-10-27.14:29:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1603808990.7.0.871845810202.issue42168@roundup.psfhosted.org>
In-reply-to
Content
Or stated differently: if you pass random byte strings to pickle.loads(), sometimes it might succeed and produce a random object because you've managed to create a valid pickle. But most often it will fail.
History
Date User Action Args
2020-10-27 14:29:50eric.smithsetrecipients: + eric.smith, hyoxt121
2020-10-27 14:29:50eric.smithsetmessageid: <1603808990.7.0.871845810202.issue42168@roundup.psfhosted.org>
2020-10-27 14:29:50eric.smithlinkissue42168 messages
2020-10-27 14:29:50eric.smithcreate