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
File Mode Size
windows-release
ci.yml -rw-r--r-- 2.6 KB
docs-steps.yml -rw-r--r-- 1.3 KB
macos-steps.yml -rw-r--r-- 768 bytes
posix-deps-apt.sh -rwxr-xr-x 590 bytes
posix-steps.yml -rw-r--r-- 2.6 KB
pr.yml -rw-r--r-- 2.6 KB
prebuild-checks.yml -rw-r--r-- 1.2 KB
windows-layout-steps.yml -rw-r--r-- 1.5 KB
windows-release.yml -rw-r--r-- 3.9 KB
windows-steps.yml -rw-r--r-- 1.5 KB

back to top