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.8] bpo-42598: Fix implicit function declarations in configure (GH-23690) #23757

Merged
merged 1 commit into from
Dec 13, 2020

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Dec 13, 2020

This is invalid in C99 and later and is an error with some compilers
(e.g. clang in Xcode 12), and can thus cause configure checks to
produce incorrect results.
(cherry picked from commit 674fa0a)

Co-authored-by: Joshua Root jmr@macports.org

https://bugs.python.org/issue42598

…23690)

This is invalid in C99 and later and is an error with some compilers
(e.g. clang in Xcode 12), and can thus cause configure checks to
produce incorrect results.
(cherry picked from commit 674fa0a)

Co-authored-by: Joshua Root <jmr@macports.org>
@miss-islington
Copy link
Contributor Author

@jmroot and @ned-deily: Status check is done, and it's a success ✅ .

@miss-islington
Copy link
Contributor Author

@jmroot and @ned-deily: Status check is done, and it's a success ✅ .

@ned-deily ned-deily merged commit 9feda9f into python:3.8 Dec 13, 2020
@miss-islington miss-islington deleted the backport-674fa0a-3.8 branch December 13, 2020 22:02
@miss-islington
Copy link
Contributor Author

@jmroot and @ned-deily: 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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants