◐ Shell
reader mode source ↗
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
File filter
Conversations
Jump to
Diff view
Apply and reload
Show whitespace
Diff view
Apply and reload
23 changes: 23 additions & 0 deletions Modules/signalmodule.c
Original file line number Diff line number Diff line change
Expand Up @@ -1770,6 +1770,29 @@ signal_install_handlers(void)
}


int
_PySignal_Init(int install_signal_handlers)
{
Expand Down
Toggle all file notes Toggle all file annotations