Skip to content

[3.7] bpo-23395: Fix PyErr_SetInterrupt if the SIGINT signal is ignored or not handled (GH-7778)#13541

Merged
miss-islington merged 1 commit intopython:3.7from
miss-islington:backport-608876b-3.7
May 24, 2019
Merged

[3.7] bpo-23395: Fix PyErr_SetInterrupt if the SIGINT signal is ignored or not handled (GH-7778)#13541
miss-islington merged 1 commit intopython:3.7from
miss-islington:backport-608876b-3.7

Conversation

@miss-islington
Copy link
Copy Markdown
Contributor

@miss-islington miss-islington commented May 24, 2019

_thread.interrupt_main() now avoids setting the Python error status if the SIGINT signal is ignored or not handled by Python.
(cherry picked from commit 608876b)

Co-authored-by: Matěj Cepl [email protected]

https://bugs.python.org/issue23395

…not handled (pythonGH-7778)

``_thread.interrupt_main()`` now avoids setting the Python error status if the ``SIGINT`` signal is ignored or not handled by Python.
(cherry picked from commit 608876b)

Co-authored-by: Matěj Cepl <[email protected]>
@miss-islington
Copy link
Copy Markdown
Contributor Author

@mcepl and @pitrou: Status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit 310f414 into python:3.7 May 24, 2019
@miss-islington miss-islington deleted the backport-608876b-3.7 branch May 24, 2019 09:22
@miss-islington
Copy link
Copy Markdown
Contributor Author

@mcepl and @pitrou: Status check is done, and it's a success ✅ .

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.

5 participants