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 pankaj.s01
Recipients benjamin.peterson, pankaj.s01
Date 2015-08-13.06:04:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1439445854.64.0.39313915879.issue24854@psf.upfronthosting.co.za>
In-reply-to
Content
The issue reported in python-2.7.10/Parser/tokenizer.c:237 to handle NULL return by new_string() if PyMem_MALLOC() failed. So need to check for NULL and return to prevent from crash happened in get_normal_name().this issue related with issue18470 has been taken care by setting error code "E_NOMEM" in 3.4.X. i have attached patch,
please review it.
History
Date User Action Args
2015-08-13 06:04:14pankaj.s01setrecipients: + pankaj.s01, benjamin.peterson
2015-08-13 06:04:14pankaj.s01setmessageid: <1439445854.64.0.39313915879.issue24854@psf.upfronthosting.co.za>
2015-08-13 06:04:14pankaj.s01linkissue24854 messages
2015-08-13 06:04:14pankaj.s01create