[issue42168] Question about deserializing some numbers (bug??)

Eric V. Smith report at bugs.python.org
Tue Oct 27 10:29:50 EDT 2020


Eric V. Smith <eric at trueblade.com> added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42168>
_______________________________________


More information about the Python-bugs-list mailing list