Skip to content

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

Closed
mcepl wants to merge 1 commit intopython:masterfrom
mcepl:23395_thread_interrupt_main_errors
Closed

WIP: bpo-23395: Raise an exception if the SIGINT signal is ignored or not handled#7777
mcepl wants to merge 1 commit intopython:masterfrom
mcepl:23395_thread_interrupt_main_errors

Conversation

@mcepl
Copy link
Copy Markdown
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