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 brett.cannon
Recipients brett.cannon, jcea, pitrou, rhettinger
Date 2011-02-04.00:11:07
SpamBayes Score 0.0009778718
Marked as misclassified No
Message-id <1296778268.33.0.146368752417.issue8914@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a new patch which includes setting the noreturn attribute on Py_FatalError() and Py_Exit() in order to make the null pointer deref analysis results more tractable.
History
Date User Action Args
2011-02-04 00:11:08brett.cannonsetrecipients: + brett.cannon, rhettinger, jcea, pitrou
2011-02-04 00:11:08brett.cannonsetmessageid: <1296778268.33.0.146368752417.issue8914@psf.upfronthosting.co.za>
2011-02-04 00:11:07brett.cannonlinkissue8914 messages
2011-02-04 00:11:07brett.cannoncreate