From: Dima K. <di...@se...> - 2025-07-01 01:08:29
|
That certainly sounds reasonable. Another data point: I tried replacing SET_SIGINT/RESET_SIGINT with Py_BEGIN_ALLOW_THREADS/Py_END_ALLOW_THREADS. That did not work. Perhaps that's only useful for non-main threads. |