commit | 05a5d697f4f097f37c5c1e2ed0e2338a33c3fb6a | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Tue Nov 17 18:58:12 2020 +0100 |
committer | GitHub <noreply@github.com> | Tue Nov 17 18:58:12 2020 +0100 |
tree | 21cc60d0f86bdb294f9872d800127fb08436d637 | |
parent | ac472b316cbb22ab8b750a474e991b46d1e92e15 [diff] |
bpo-41686: Always create the SIGINT event on Windows (GH-23344) (GH-23347) 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)).