Closed MasterJH5574 closed 2 months ago
This reverts commit 91e9c63b42fcccec196a8ef9ed7a7bc7f82c2e52.
We noticed that the function ctypes.pythonapi.PyErr_CheckSignals may unexpectedly run into error and terminate the running process. Therefore, we revert this PR to avoid such termination.
ctypes.pythonapi.PyErr_CheckSignals
Closing this PR as the issue is resolved by #17419
This reverts commit 91e9c63b42fcccec196a8ef9ed7a7bc7f82c2e52.
We noticed that the function
ctypes.pythonapi.PyErr_CheckSignals
may unexpectedly run into error and terminate the running process. Therefore, we revert this PR to avoid such termination.