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 alex
Recipients alex
Date 2015-04-11.12:52:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428756762.72.0.925495036586.issue23914@psf.upfronthosting.co.za>
In-reply-to
Content
>>> pickle.loads(b'(o.\x7f.')
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
SystemError: Objects/tupleobject.c:71: bad argument to internal function

(Or the equivalent using cPickle on Python 2)

Found using http://lcamtuf.coredump.cx/afl/
History
Date User Action Args
2015-04-11 12:52:42alexsetrecipients: + alex
2015-04-11 12:52:42alexsetmessageid: <1428756762.72.0.925495036586.issue23914@psf.upfronthosting.co.za>
2015-04-11 12:52:42alexlinkissue23914 messages
2015-04-11 12:52:42alexcreate