Staging
v0.5.1
https://github.com/python/cpython
Revision 05a5d697f4f097f37c5c1e2ed0e2338a33c3fb6a authored by Victor Stinner on 17 November 2020, 17:58:12 UTC, committed by GitHub on 17 November 2020, 17:58:12 UTC
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)).
1 parent ac472b3
History
Tip revision: 05a5d697f4f097f37c5c1e2ed0e2338a33c3fb6a authored by Victor Stinner on 17 November 2020, 17:58:12 UTC
bpo-41686: Always create the SIGINT event on Windows (GH-23344) (GH-23347)
Tip revision: 05a5d69

README

back to top