bpo-41713: Remove PyOS_InitInterrupts() function (GH-23342)
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()
V
Victor Stinner committed
296a796951032f678d063008f588ccc6958d0df1
Parent: 975022b
Committed by GitHub <noreply@github.com>
on 11/17/2020, 3:22:23 PM