mirror of
https://github.com/python/cpython.git
synced 2026-05-10 14:41:01 -04:00
296a796951
Remove the undocumented PyOS_InitInterrupts() C function. * Rename PyOS_InitInterrupts() to _PySignal_Init(). It now installs other signal handlers, not only SIGINT. * Rename PyOS_FiniInterrupts() to _PySignal_Fini()