Message388131
| Author | pitrou |
|---|---|
| Recipients | pitrou |
| Date | 2021-03-04.21:31:08 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1614893468.93.0.265748275948.issue43406@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
We can receive signals (at the C level, in trip_signal() in signalmodule.c) while signal.signal is being called to modify the corresponding handler. Later when PyErr_CheckSignals() is called to handle the given signal, the handler may be a non-callable object and will raise a cryptic asynchronous exception. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-03-04 21:31:08 | pitrou | set | recipients: + pitrou |
| 2021-03-04 21:31:08 | pitrou | set | messageid: <1614893468.93.0.265748275948.issue43406@roundup.psfhosted.org> |
| 2021-03-04 21:31:08 | pitrou | link | issue43406 messages |
| 2021-03-04 21:31:08 | pitrou | create | |