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 vstinner
Recipients pitrou, vstinner
Date 2008-08-20.14:58:19
SpamBayes Score 0.004461614
Marked as misclassified No
Message-id <1219244300.3.0.371494872668.issue3611@psf.upfronthosting.co.za>
In-reply-to
Content
> How can tstate->exc_value become NULL at that point? [error.c:86]
> Could you investigate?

PyEval_CallObject(exception, args) may calls PyErr_SetObject(). Since 
the same thread state is the same, tstate->exc_value also changes 
during this call.
History
Date User Action Args
2008-08-20 14:58:20vstinnersetrecipients: + vstinner, pitrou
2008-08-20 14:58:20vstinnersetmessageid: <1219244300.3.0.371494872668.issue3611@psf.upfronthosting.co.za>
2008-08-20 14:58:19vstinnerlinkissue3611 messages
2008-08-20 14:58:19vstinnercreate