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 eric.snow
Recipients eric.snow, pablogsal, pitrou, vstinner
Date 2019-03-29.22:01:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1553896876.04.0.00156239342002.issue36427@roundup.psfhosted.org>
In-reply-to
Content
> Currently PyEval_RestoreThread and its callers (mainly PyGILState_Ensure)
> can terminate the thread if the interpreter is finalizing:

s/interpreter/runtime/

Most likely (guaranteed?) it will be in the main interpreter, but it is actually not triggered by interpreter finalization (though it probably should be; I've opened #36479).
History
Date User Action Args
2019-03-29 22:01:16eric.snowsetrecipients: + eric.snow, pitrou, vstinner, pablogsal
2019-03-29 22:01:16eric.snowsetmessageid: <1553896876.04.0.00156239342002.issue36427@roundup.psfhosted.org>
2019-03-29 22:01:16eric.snowlinkissue36427 messages
2019-03-29 22:01:16eric.snowcreate