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 serhiy.storchaka
Recipients Mark.Shannon, davin, ned.deily, pitrou, serhiy.storchaka, vstinner
Date 2018-05-23.11:27:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527074865.38.0.682650639539.issue33612@psf.upfronthosting.co.za>
In-reply-to
Content
The assertion looked good to me when I reviewed this code, and I don't understand why it fails. Maybe it would be better to fix the case in which tstate->exc_info->previous_item != NULL before calling PyThreadState_Clear(). Otherwise we can leak some things.
History
Date User Action Args
2018-05-23 11:27:45serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, vstinner, ned.deily, Mark.Shannon, davin
2018-05-23 11:27:45serhiy.storchakasetmessageid: <1527074865.38.0.682650639539.issue33612@psf.upfronthosting.co.za>
2018-05-23 11:27:45serhiy.storchakalinkissue33612 messages
2018-05-23 11:27:45serhiy.storchakacreate