mirror of
https://github.com/python/cpython.git
synced 2026-05-11 23:18:57 -04:00
05a5d697f4
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)).