mirror of
https://github.com/python/cpython.git
synced 2026-01-28 13:45:18 +00:00
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()
Miscellaneous source files for the main Python shared library