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

[3.7] closes bpo-13497: Fix broken nice configure test. (GH-12041) #12042

Merged
merged 1 commit into from
Feb 26, 2019

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Feb 26, 2019

Per POSIX, nice(3) requires unistd.h and exit(3) requires stdlib.h.

Fixing the test will prevent false positives with pedantic compilers like clang.
(cherry picked from commit 90c6fac)

Co-authored-by: ngie-eign 1574099+ngie-eign@users.noreply.github.com

https://bugs.python.org/issue13497

Per POSIX, `nice(3)` requires `unistd.h` and `exit(3)` requires `stdlib.h`.

Fixing the test will prevent false positives with pedantic compilers like clang.
(cherry picked from commit 90c6fac)

Co-authored-by: ngie-eign <1574099+ngie-eign@users.noreply.github.com>
@miss-islington
Copy link
Contributor Author

@ngie-eign and @benjaminp: Status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit 2055ebb into python:3.7 Feb 26, 2019
@miss-islington miss-islington deleted the backport-90c6fac-3.7 branch February 26, 2019 05:59
@miss-islington
Copy link
Contributor Author

@ngie-eign and @benjaminp: Status check is done, and it's a success ✅ .

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.

5 participants