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 ddorfman
Recipients
Date 2004-06-17.10:15:16
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
fixstate in Parser/acceler.c: The first call to PyObject_MALLOC doesn't 
check for it returning NULL. The attached patch does the fprintf/exit 
combo just like another call to malloc later in the function.
History
Date User Action Args
2007-08-23 15:38:11adminlinkissue974633 messages
2007-08-23 15:38:11admincreate