Thanks to visit codestin.com Credit goes to github.com
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 f7b5d41 commit efc28bbCopy full SHA for efc28bb
1 file changed
Python/pylifecycle.c
@@ -2374,6 +2374,8 @@ init_signals(PyThreadState *tstate)
2374
* All of the code in this function must only use async-signal-safe functions,
2375
* listed at `man 7 signal` or
2376
* http://www.opengroup.org/onlinepubs/009695399/functions/xsh_chap02_04.html.
2377
+ *
2378
+ * If this function is updated, update also _posix_spawn() of subprocess.py.
2379
*/
2380
void
2381
_Py_RestoreSignals(void)
0 commit comments