]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-108765: Include explicitly <unistd.h> in signalmodule.c (#111402)
authorVictor Stinner <vstinner@python.org>
Fri, 27 Oct 2023 20:56:12 +0000 (22:56 +0200)
committerGitHub <noreply@github.com>
Fri, 27 Oct 2023 20:56:12 +0000 (20:56 +0000)
commit77bb0d5f5047223e5d8f855ee21442ea9505834e
tree107f9784ff9745af5ded7d05d6125ff369ac652a
parent8a158a753c48d166ebceae0687e88ae0c0725c02
gh-108765: Include explicitly <unistd.h> in signalmodule.c (#111402)

unistd.h is needed by alarm() and pause() functions.
Doc/whatsnew/3.13.rst
Modules/signalmodule.c