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 python-dev, vstinner
Date 2013-07-09.00:03:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1373328230.99.0.0664944039747.issue18408@psf.upfronthosting.co.za>
In-reply-to
Content
misc_fixes.patch: Misc bugfixes related to MemoryError, this patch should be read carefully. The changes in unicodeobject.c may be written differently. I wrote them to fix a failing assertion ("assert(data != NULL);") in _PyUnicode_CheckConsistency(), called when the creation of a new string failed.
History
Date User Action Args
2013-07-09 00:03:51vstinnersetrecipients: + vstinner, python-dev
2013-07-09 00:03:50vstinnersetmessageid: <1373328230.99.0.0664944039747.issue18408@psf.upfronthosting.co.za>
2013-07-09 00:03:50vstinnerlinkissue18408 messages
2013-07-09 00:03:50vstinnercreate