Message364491
| Author | vstinner |
|---|---|
| Recipients | phsilva, vstinner |
| Date | 2020-03-18.00:50:47 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1584492647.65.0.638077701897.issue39984@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
While trying to move pending to PyInterpreterState, I hit in issue in _PyEval_AddPendingCall(): signal.raise_signal() can call it with tstate=NULL. See https://bugs.python.org/issue37127#msg364489 |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2020-03-18 00:50:47 | vstinner | set | recipients: + vstinner, phsilva |
| 2020-03-18 00:50:47 | vstinner | set | messageid: <1584492647.65.0.638077701897.issue39984@roundup.psfhosted.org> |
| 2020-03-18 00:50:47 | vstinner | link | issue39984 messages |
| 2020-03-18 00:50:47 | vstinner | create | |