Message385333
| 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:43 | vstinner | set | recipients: + vstinner, pitrou, tzickel, iritkatriel |
| 2021-01-20 11:15:43 | vstinner | set | messageid: <1611141343.81.0.288440284565.issue26003@roundup.psfhosted.org> |
| 2021-01-20 11:15:43 | vstinner | link | issue26003 messages |
| 2021-01-20 11:15:43 | vstinner | create | |