]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add a comment to _Py_RestoreSignals() (GH-18792)
authorVictor Stinner <vstinner@python.org>
Thu, 5 Mar 2020 17:13:56 +0000 (18:13 +0100)
committerGitHub <noreply@github.com>
Thu, 5 Mar 2020 17:13:56 +0000 (18:13 +0100)
commitefc28bbbeee07867669dfbf49385d6a2147fe631
tree7ed47b3eb726c881d70289f0317cb4222e5e75d3
parentf7b5d419bf871d9cc898982c7b6b4c043f7d5e9d
Add a comment to _Py_RestoreSignals() (GH-18792)

subprocess _posix_spawn() should stay in sync with _Py_RestoreSignals().
Python/pylifecycle.c