Skip to content

[3.9] bpo-42598: Fix implicit function declarations in configure (GH-23690)#23756

Merged
ned-deily merged 1 commit into
python:3.9from
miss-islington:backport-674fa0a-3.9
Dec 13, 2020
Merged

[3.9] bpo-42598: Fix implicit function declarations in configure (GH-23690)#23756
ned-deily merged 1 commit into
python:3.9from
miss-islington:backport-674fa0a-3.9

Conversation

@miss-islington

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

Copy link
Copy Markdown
Contributor

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>
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.

5 participants