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 Arfrever, ezio.melotti, jwilk, pitrou, serhiy.storchaka, swanson, vstinner
Date 2014-11-02.15:59:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1414943985.86.0.407610399949.issue22335@psf.upfronthosting.co.za>
In-reply-to
Content
Note that there are two possible crashes in debug mode:

$ ./python -c "bytearray(2**31-1)"
Erreur de segmentation

$ ./python -c "bytearray(2**31-2)"
python: Objects/obmalloc.c:1179: _PyObject_Alloc: Assertion `nelem <= ((Py_ssize_t)(((size_t)-1)>>1)) / elsize' failed.
Abandon
History
Date User Action Args
2014-11-02 15:59:45pitrousetrecipients: + pitrou, vstinner, jwilk, ezio.melotti, Arfrever, serhiy.storchaka, swanson
2014-11-02 15:59:45pitrousetmessageid: <1414943985.86.0.407610399949.issue22335@psf.upfronthosting.co.za>
2014-11-02 15:59:45pitroulinkissue22335 messages
2014-11-02 15:59:45pitroucreate