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 iritkatriel, pitrou, tzickel, vstinner
Date 2021-01-20.11:15:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1611141343.81.0.288440284565.issue26003@roundup.psfhosted.org>
In-reply-to
Content
The GIL is now created by _PyEval_InitGIL() which is called by Py_Initialize(): at Python startup.

_PyRuntime.main_thread is set by _PyRuntime_Initialize() which is also called by Py_Initialize(): at Python startup.

The code to handle signals and pending calls changed a lot since 2016. I close the issue.
History
Date User Action Args
2021-01-20 11:15:43vstinnersetrecipients: + vstinner, pitrou, tzickel, iritkatriel
2021-01-20 11:15:43vstinnersetmessageid: <1611141343.81.0.288440284565.issue26003@roundup.psfhosted.org>
2021-01-20 11:15:43vstinnerlinkissue26003 messages
2021-01-20 11:15:43vstinnercreate