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 serhiy.storchaka
Recipients Arfrever, benjamin.peterson, ezio.melotti, pkt, python-dev, serhiy.storchaka, vstinner
Date 2015-03-02.19:24:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425324258.32.0.480984805114.issue23367@psf.upfronthosting.co.za>
In-reply-to
Content
Because isize is the size of real PyUnicode object. It's maximal value is PY_SSIZE_T_MAX - sizeof(PyASCIIObject) - 1.
History
Date User Action Args
2015-03-02 19:24:18serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, benjamin.peterson, ezio.melotti, Arfrever, python-dev, pkt
2015-03-02 19:24:18serhiy.storchakasetmessageid: <1425324258.32.0.480984805114.issue23367@psf.upfronthosting.co.za>
2015-03-02 19:24:18serhiy.storchakalinkissue23367 messages
2015-03-02 19:24:18serhiy.storchakacreate