Skip to content

gh-94404: Use module CFLAGS before PY_STDMODULE_CFLAGS #94413

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

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.

``PY_STDMODULE_CFLAGS`` may contain include directories with system
headers. This can break compiling with built-in libmpdec.
@tiran tiran added the needs backport to 3.11 only security fixes label Jun 29, 2022
@tiran tiran merged commit 6485c3c into python:main Jun 29, 2022
@miss-islington
Copy link
Contributor

Thanks @tiran for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11.
🐍🍒⛏🤖

@miss-islington
Copy link
Contributor

Sorry @tiran, I had trouble checking out the 3.11 backport branch.
Please backport using cherry_picker on command line.
cherry_picker 6485c3c7267eeb4095530af474c43f1244cb492b 3.11

@tiran tiran deleted the gh-94404-order branch June 29, 2022 13:44
tiran added a commit to tiran/cpython that referenced this pull request Jun 29, 2022
…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>
@bedevere-bot
Copy link

GH-94415 is a backport of this pull request to the 3.11 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.11 only security fixes label Jun 29, 2022
tiran added a commit that referenced this pull request Jun 29, 2022
…) (GH-94415)

``PY_STDMODULE_CFLAGS`` may contain include directories with system
headers. This can break compiling with built-in libmpdec.
Co-authored-by: Christian Heimes <christian@python.org>
gvanrossum pushed a commit to gvanrossum/cpython that referenced this pull request Jun 30, 2022
…H-94413)

``PY_STDMODULE_CFLAGS`` may contain include directories with system
headers. This can break compiling with built-in libmpdec.
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

3 participants