Staging
v0.5.1
Revision 296a796951032f678d063008f588ccc6958d0df1 authored by Victor Stinner on 17 November 2020, 15:22:23 UTC, committed by GitHub on 17 November 2020, 15:22:23 UTC
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()
1 parent 975022b
History
File Mode Size
problem-matchers
workflows
CODEOWNERS -rw-r--r-- 4.2 KB
CONTRIBUTING.rst -rw-r--r-- 2.4 KB
FUNDING.yml -rw-r--r-- 74 bytes
PULL_REQUEST_TEMPLATE.md -rw-r--r-- 700 bytes
SECURITY.md -rw-r--r-- 530 bytes
codecov.yml -rw-r--r-- 485 bytes
dependabot.yml -rw-r--r-- 172 bytes

back to top