Message 302523 - Python tracker
Message302523
| Author | pitrou |
|---|---|
| Recipients | asvetlov, eric.snow, ncoghlan, pitrou, tim.peters |
| Date | 2017-09-19.13:07:05 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1505826425.51.0.924281498046.issue31517@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Fixing this will require thinking out what the "main thread" of an interpreter really is. Is it the thread in which PyInterpreterState_New() is called? (note this is not the same thing as the "main thread" in the signal module, which is process-global) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-09-19 13:07:05 | pitrou | set | recipients: + pitrou, tim.peters, ncoghlan, asvetlov, eric.snow |
| 2017-09-19 13:07:05 | pitrou | set | messageid: <1505826425.51.0.924281498046.issue31517@psf.upfronthosting.co.za> |
| 2017-09-19 13:07:05 | pitrou | link | issue31517 messages |
| 2017-09-19 13:07:05 | pitrou | create | |