Skip to content

[3.8] bpo-41686: Always create the SIGINT event on Windows (GH-23344) (GH-23347)#23349

Merged
vstinner merged 1 commit intopython:3.8from
vstinner:sigint_event38
Nov 17, 2020
Merged

[3.8] bpo-41686: Always create the SIGINT event on Windows (GH-23344) (GH-23347)#23349
vstinner merged 1 commit intopython:3.8from
vstinner:sigint_event38

Conversation

@vstinner
Copy link
Copy Markdown
Member

@vstinner vstinner commented Nov 17, 2020

bpo-41686, bpo-41713: On Windows, the SIGINT event,
_PyOS_SigintEvent(), is now created even if Python is configured to
not install signal handlers (PyConfig.install_signal_handlers=0 or
Py_InitializeEx(0)).

(cherry picked from commit 05a5d69)

https://bugs.python.org/issue41686

…3347)

bpo-41686, bpo-41713: On Windows, the SIGINT event,
_PyOS_SigintEvent(), is now created even if Python is configured to
not install signal handlers (PyConfig.install_signal_handlers=0 or
Py_InitializeEx(0)).

(cherry picked from commit 05a5d69)
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.

3 participants