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 pitrou
Recipients pitrou, vstinner
Date 2008-08-20.09:02:42
SpamBayes Score 0.015536708
Marked as misclassified No
Message-id <1219222963.54.0.459486086765.issue3611@psf.upfronthosting.co.za>
In-reply-to
Content
> I also noticed a crash in PyErr_SetObject(): in block <line 68..86>, 
> tstate->exc_value value may changes and so it's possible that 
> tstate->exc_value becomes NULL. 

How can tstate->exc_value become NULL at that point? Could you investigate?
History
Date User Action Args
2008-08-20 09:02:43pitrousetrecipients: + pitrou, vstinner
2008-08-20 09:02:43pitrousetmessageid: <1219222963.54.0.459486086765.issue3611@psf.upfronthosting.co.za>
2008-08-20 09:02:42pitroulinkissue3611 messages
2008-08-20 09:02:42pitroucreate