[issue18408] Fixes crashes found by pyfailmalloc

STINNER Victor report at bugs.python.org
Tue Jul 9 02:03:51 CEST 2013


STINNER Victor added the comment:

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.

----------
Added file: http://bugs.python.org/file30869/misc_fixes.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18408>
_______________________________________


More information about the Python-bugs-list mailing list