◐ Shell
clean mode source ↗

gh-108765: Include explicitly <unistd.h> in signalmodule.c by vstinner · Pull Request #111402 · python/cpython

unistd.h is needed by alarm() and pause().

Eclips4

Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>

iritkatriel pushed a commit to iritkatriel/cpython that referenced this pull request

Oct 29, 2023
…hon#111402)

unistd.h is needed by alarm() and pause() functions.

aisk pushed a commit to aisk/cpython that referenced this pull request

Feb 11, 2024
…hon#111402)

unistd.h is needed by alarm() and pause() functions.

Glyphack pushed a commit to Glyphack/cpython that referenced this pull request

Sep 2, 2024
…hon#111402)

unistd.h is needed by alarm() and pause() functions.