Skip to content

WIP: bpo-23395: Raise an exception if the SIGINT signal is ignored or not handled #7777

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

Closed
wants to merge 1 commit into from
Closed

WIP: bpo-23395: Raise an exception if the SIGINT signal is ignored or not handled #7777

wants to merge 1 commit into from

Conversation

mcepl
Copy link
Contributor

@mcepl mcepl commented Jun 18, 2018

Attached interrupt_main.patch fixes for _thread.interrupt_main(). Raise an exception if the SIGINT signal is ignored (SIG_IGN) or not handled by Python (SIG_DFL).

The patch updates the documentation and adds unit tests.

https://bugs.python.org/issue23395

…Python.

Attached interrupt_main.patch fixes for _thread.interrupt_main(): raise
an exception if the SIGINT signal is ignored (SIG_IGN) or not handled by
Python (SIG_DFL).

The patch updates the documentation and addds unit tests.
@mcepl mcepl changed the title bpo-23395: Raise an exception if the SIGINT signal is ignored or not handled WIP: bpo-23395: Raise an exception if the SIGINT signal is ignored or not handled Jun 18, 2018
@mcepl mcepl closed this Jun 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants