Message 339962 - Python tracker
Message339962
| Author | jdemeyer |
|---|---|
| Recipients | Rhamphoryncus, georg.brandl, gustavo, jdemeyer |
| Date | 2019-04-11.11:03:06 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1554980586.67.0.435845458449.issue1583@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
> signalmodule.c has a hack to limit it to the main thread. The Python signal handler always runs in the main thread, but the signal can be caught by any thread. In other words, trip_signal() can be run by any thread. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-04-11 11:03:06 | jdemeyer | set | recipients: + jdemeyer, georg.brandl, Rhamphoryncus, gustavo |
| 2019-04-11 11:03:06 | jdemeyer | set | messageid: <1554980586.67.0.435845458449.issue1583@roundup.psfhosted.org> |
| 2019-04-11 11:03:06 | jdemeyer | link | issue1583 messages |
| 2019-04-11 11:03:06 | jdemeyer | create | |