diff options
author | 2020-11-17 16:22:23 +0100 | |
---|---|---|
committer | 2020-11-17 16:22:23 +0100 | |
commit | 296a796951032f678d063008f588ccc6958d0df1 (patch) | |
tree | 91fa9ac02ef9786aeb741d13d07a0cd027d34d02 /Lib/sqlite3 | |
parent | bpo-40637: Don't test builtin PBKDF2 without builtin hashes (GH-20980) (diff) | |
download | cpython-296a796951032f678d063008f588ccc6958d0df1.tar.gz cpython-296a796951032f678d063008f588ccc6958d0df1.tar.bz2 cpython-296a796951032f678d063008f588ccc6958d0df1.zip |
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()
Diffstat (limited to 'Lib/sqlite3')
0 files changed, 0 insertions, 0 deletions