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 Linus Pithan
Recipients Linus Pithan
Date 2019-11-21.11:22:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1574335379.18.0.441188503497.issue38876@roundup.psfhosted.org>
In-reply-to
Content
When unpickling fails one would expect a pickle.UnpicklingError exception or at least a PickleError. However, when trying

pickle.loads(b"jens:")

it fails with KeyError: 980643429 which is not the wanted behaviour.
History
Date User Action Args
2019-11-21 11:22:59Linus Pithansetrecipients: + Linus Pithan
2019-11-21 11:22:59Linus Pithansetmessageid: <1574335379.18.0.441188503497.issue38876@roundup.psfhosted.org>
2019-11-21 11:22:59Linus Pithanlinkissue38876 messages
2019-11-21 11:22:58Linus Pithancreate