Message 363651 - Python tracker
Message363651
| Author | vstinner |
|---|---|
| Recipients | Arfrever, neologix, pitrou, python-dev, serhiy.storchaka, vajrasky, vstinner |
| Date | 2020-03-08.11:15:55 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1583666155.29.0.551891486185.issue19466@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
The change has been reverted in 2014. I reopen the issue since using daemon thraeds became safer in Python 3.9. As soon as a daemon thread attempts to take the GIL, it does exit immediately. With the commit eb4e2ae2b8486e8ee4249218b95d94a9f0cc513e (bpo-39877), it should be even more reliable. Let me retry to fix this issue again. I reopen the issue and I wrote a new PR. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2020-03-08 11:15:55 | vstinner | set | recipients: + vstinner, pitrou, Arfrever, neologix, python-dev, serhiy.storchaka, vajrasky |
| 2020-03-08 11:15:55 | vstinner | set | messageid: <1583666155.29.0.551891486185.issue19466@roundup.psfhosted.org> |
| 2020-03-08 11:15:55 | vstinner | link | issue19466 messages |
| 2020-03-08 11:15:55 | vstinner | create | |