X Tutup
Skip to content

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

Merged
miss-islington merged 1 commit intopython:2.7from
miss-islington:backport-90c6fac-2.7
Feb 26, 2019
Merged

[2.7] closes bpo-13497: Fix broken nice configure test. (GH-12041)#12043
miss-islington merged 1 commit intopython:2.7from
miss-islington:backport-90c6fac-2.7

Conversation

@miss-islington
Copy link
Copy Markdown
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
Copy Markdown
Contributor Author

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

@miss-islington miss-islington merged commit a0f656d into python:2.7 Feb 26, 2019
@miss-islington miss-islington deleted the backport-90c6fac-2.7 branch February 26, 2019 05:54
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

X Tutup