mirror of https://github.com/python/cpython
Browse Source
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()pull/23344/head
committed by
GitHub
6 changed files with 38 additions and 40 deletions
Loading…
Reference in new issue