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 jason.haslam
Recipients jason.haslam
Date 2021-12-03.05:35:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1638509705.87.0.0666625525238.issue45970@roundup.psfhosted.org>
In-reply-to
Content
The failure cleanup of `Py_NewInterpreter` causes a bogus fatal error on the call to `PyThreadState_Delete`. The error is about deleting the current thread state. The saved thread state should be swapped back in *before* deleting the new thread state.
History
Date User Action Args
2021-12-03 05:35:05jason.haslamsetrecipients: + jason.haslam
2021-12-03 05:35:05jason.haslamsetmessageid: <1638509705.87.0.0666625525238.issue45970@roundup.psfhosted.org>
2021-12-03 05:35:05jason.haslamlinkissue45970 messages
2021-12-03 05:35:05jason.haslamcreate