[New-bugs-announce] [issue23914] pickle fails with SystemError

Alex Gaynor report at bugs.python.org
Sat Apr 11 14:52:42 CEST 2015


New submission from Alex Gaynor:

>>> 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/

----------
components: Extension Modules
messages: 240475
nosy: alex
priority: normal
severity: normal
status: open
title: pickle fails with SystemError
type: crash
versions: Python 2.7, Python 3.5, Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23914>
_______________________________________


More information about the New-bugs-announce mailing list