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 pitrou
Recipients alexandre.vassalotti, pitrou, serhiy.storchaka, vstinner
Date 2013-04-13.18:34:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365878051.26.0.8281687274.issue17710@psf.upfronthosting.co.za>
In-reply-to
Content
Hmm, forget what I just said. A SystemError can actually be triggered through a slightly longer line:

$ ./python -c "import pickle; print (repr(pickle.loads(b\"S'    \np0\n.\")))"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
SystemError: Negative size passed to PyBytes_FromStringAndSize
History
Date User Action Args
2013-04-13 18:34:11pitrousetrecipients: + pitrou, vstinner, alexandre.vassalotti, serhiy.storchaka
2013-04-13 18:34:11pitrousetmessageid: <1365878051.26.0.8281687274.issue17710@psf.upfronthosting.co.za>
2013-04-13 18:34:11pitroulinkissue17710 messages
2013-04-13 18:34:11pitroucreate