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
ax_c_float_words_bigendian.m4 -rw-r--r-- 3.1 KB
ax_check_openssl.m4 -rw-r--r-- 4.1 KB

back to top