Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "[FFI] Add python signal handler for ctypes FFI (#17181)" #17414

Conversation

MasterJH5574
Copy link
Contributor

This reverts commit 91e9c63.

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.

This reverts commit 91e9c63.

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.
@MasterJH5574
Copy link
Contributor Author

Closing this PR as the issue is resolved by #17419

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants