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 vstinner
Recipients matrixise, neologix, python-dev, serhiy.storchaka, vstinner
Date 2016-03-25.23:42:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1458949326.27.0.413003414862.issue22218@psf.upfronthosting.co.za>
In-reply-to
Content
fix_warning_unicodeobject.diff and issue22218-2.patch don't seem to be needed anymore. The code is now:

    if (PY_SSIZE_T_MAX / (Py_ssize_t)sizeof(wchar_t) < (size + 1))
        return NULL;

I close the issue. More specific issues must be opened if you still want to fix similar issues.
History
Date User Action Args
2016-03-25 23:42:06vstinnersetrecipients: + vstinner, neologix, python-dev, serhiy.storchaka, matrixise
2016-03-25 23:42:06vstinnersetmessageid: <1458949326.27.0.413003414862.issue22218@psf.upfronthosting.co.za>
2016-03-25 23:42:06vstinnerlinkissue22218 messages
2016-03-25 23:42:06vstinnercreate