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.11] gh-94404: Use module CFLAGS before PY_STDMODULE_CFLAGS (GH-94413) (GH-94415) #94415

Merged
merged 1 commit into from
Jun 29, 2022

Conversation

tiran
Copy link
Member

@tiran tiran commented Jun 29, 2022

PY_STDMODULE_CFLAGS may contain include directories with system
headers. This can break compiling with built-in libmpdec.
(cherry picked from commit 6485c3c)

Co-authored-by: Christian Heimes christian@python.org

…ythonGH-94413)

``PY_STDMODULE_CFLAGS`` may contain include directories with system
headers. This can break compiling with built-in libmpdec.
(cherry picked from commit 6485c3c)

Co-authored-by: Christian Heimes <christian@python.org>
@tiran tiran changed the title [3.11] gh-94404: Use module CFLAGS before PY_STDMODULE_CFLAGS (GH-94413) [3.11] gh-94404: Use module CFLAGS before PY_STDMODULE_CFLAGS (GH-94413) (GH-94415) Jun 29, 2022
@tiran tiran merged commit a548a45 into python:3.11 Jun 29, 2022
@tiran tiran deleted the backport-6485c3c-3.11 branch June 29, 2022 14:22
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.

2 participants