Message 339156 - Python tracker
Message339156
| 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:16 | eric.snow | set | recipients: + eric.snow, pitrou, vstinner, pablogsal |
| 2019-03-29 22:01:16 | eric.snow | set | messageid: <1553896876.04.0.00156239342002.issue36427@roundup.psfhosted.org> |
| 2019-03-29 22:01:16 | eric.snow | link | issue36427 messages |
| 2019-03-29 22:01:16 | eric.snow | create | |