[3.8] bpo-41686: Always create the SIGINT event on Windows (GH-23344) (GH-23347) by vstinner · Pull Request #23349 · python/cpython
the-knights-who-say-ni
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)).