We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c54fa07 commit 54d8544Copy full SHA for 54d8544
src/pylib/Lib/signal_impl/state.nim
@@ -23,7 +23,7 @@ proc signal_install_handlers() =
23
discard PyOS_setsig(sig, SIG_IGN)
24
ignIfDecl SIGPIPE
25
ignIfDecl SIGXFZ
26
- ignIfDecl SIGXFS
+ ignIfDecl SIGXFSZ
27
28
proc initPySignal(state: var signal_state_t, install_signal_handlers: bool) =
29
state.default_handler = SIG_DFL.toPySighandler
0 commit comments