bpo-41713: Remove PyOS_InitInterrupts() function by vstinner · Pull Request #23342 · python/cpython
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()
adorilson pushed a commit to adorilson/cpython that referenced this pull request
Mar 13, 2021This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters