Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-108765: Include explicitly <unistd.h> in signalmodule.c #111402

Merged
merged 2 commits into from
Oct 27, 2023

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Oct 27, 2023

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


📚 Documentation preview 📚: https://cpython-previews--111402.org.readthedocs.build/

unistd.h is needed by alarm() and pause().
Modules/signalmodule.c Outdated Show resolved Hide resolved
Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
@vstinner
Copy link
Member Author

@Eclips4: Oops, I always forget about the test. I applied your suggestion.

@vstinner vstinner merged commit 77bb0d5 into python:main Oct 27, 2023
27 checks passed
@vstinner vstinner deleted the signal_unistd branch October 27, 2023 20:56
iritkatriel pushed a commit to iritkatriel/cpython that referenced this pull request Oct 29, 2023
aisk pushed a commit to aisk/cpython that referenced this pull request Feb 11, 2024
Glyphack pushed a commit to Glyphack/cpython that referenced this pull request Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants