Message365879
On Windows, PyGILState_GetThisThreadState() returns NULL when ^C-interrupt occurs. It is from TlsGetValue() winAPI and I don't think the os's behevior is wrong.
In trip_signal(), crash can be avoided by skipping PyEval_SignalReceived() if tstate is invalid. But I'm not sure the skip itself is ok. |
|
| Date |
User |
Action |
Args |
| 2020-04-06 21:04:38 | neonene | set | recipients:
+ neonene, Alexander Riccio |
| 2020-04-06 21:04:38 | neonene | set | messageid: <[email protected]> |
| 2020-04-06 21:04:38 | neonene | link | issue40082 messages |
| 2020-04-06 21:04:38 | neonene | create | |
|