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 rupole
Recipients rupole
Date 2008-08-19.20:42:16
SpamBayes Score 0.005949234
Marked as misclassified No
Message-id <1219178538.87.0.507520309186.issue3605@psf.upfronthosting.co.za>
In-reply-to
Content
Py_FatalError calls PyErr_Occurred() which requires a current thread
state.  This mean that if the original error was a thread state error
Py_FatalError is triggered again, ad infinitum.
History
Date User Action Args
2008-08-19 20:42:18rupolesetrecipients: + rupole
2008-08-19 20:42:18rupolesetmessageid: <1219178538.87.0.507520309186.issue3605@psf.upfronthosting.co.za>
2008-08-19 20:42:17rupolelinkissue3605 messages
2008-08-19 20:42:16rupolecreate