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.10] bpo-39026: Fix Python.h when building with Xcode (GH-29488) #29732

Merged
merged 1 commit into from
Nov 25, 2021
Merged

[3.10] bpo-39026: Fix Python.h when building with Xcode (GH-29488) #29732

merged 1 commit into from
Nov 25, 2021

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Nov 23, 2021

Fix Python.h to build C extensions with Xcode: remove a relative
include from Include/cpython/pystate.h.

(cherry picked from commit 4ae26b9)

https://bugs.python.org/issue39026

@vstinner
Copy link
Member Author

See also #29765

Fix Python.h to build C extensions with Xcode: remove a relative
include from Include/cpython/pystate.h.

(cherry picked from commit 4ae26b9)
@vstinner vstinner merged commit ce5a646 into python:3.10 Nov 25, 2021
@miss-islington
Copy link
Contributor

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

@vstinner vstinner deleted the fix_include310 branch November 25, 2021 12:35
@miss-islington
Copy link
Contributor

Sorry, @vstinner, I could not cleanly backport this to 3.9 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker ce5a6460aebdc51a810d2755782fe8f0d7918ec2 3.9

@vstinner vstinner removed the needs backport to 3.9 only security fixes label Nov 25, 2021
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.

4 participants