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

bpo-39026: Fix Python.h when building with Xcode #29488

Merged
merged 1 commit into from
Nov 23, 2021
Merged

bpo-39026: Fix Python.h when building with Xcode #29488

merged 1 commit into from
Nov 23, 2021

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Nov 9, 2021

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

https://bugs.python.org/issue39026

Fix Python.h to build C extensions with Xcode: remove a relative
include from Include/cpython/pystate.h.
@vstinner
Copy link
Member Author

vstinner commented Nov 9, 2021

Fix Python.h to build C extensions with Xcode

I'm not sure if the problem is Xcode or "developing with a framework in macOS".

@vstinner vstinner merged commit 4ae26b9 into python:main Nov 23, 2021
@vstinner vstinner deleted the fix_include branch November 23, 2021 17:58
@vstinner vstinner added needs backport to 3.9 only security fixes needs backport to 3.10 only security fixes labels Nov 23, 2021
@miss-islington
Copy link
Contributor

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

@miss-islington
Copy link
Contributor

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

@miss-islington
Copy link
Contributor

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

@miss-islington
Copy link
Contributor

Sorry @vstinner, I had trouble checking out the 3.9 backport branch.
Please backport using cherry_picker on command line.
cherry_picker 4ae26b9c1d0c33e3db92c6f305293f9240dea358 3.9

@bedevere-bot bedevere-bot removed the needs backport to 3.10 only security fixes label Nov 23, 2021
@bedevere-bot
Copy link

GH-29732 is a backport of this pull request to the 3.10 branch.

@vstinner vstinner removed the needs backport to 3.9 only security fixes label Nov 23, 2021
vstinner added a commit that referenced this pull request Nov 25, 2021
Fix Python.h to build C extensions with Xcode: remove a relative
include from Include/cpython/pystate.h.

(cherry picked from commit 4ae26b9)
vstinner added a commit that referenced this pull request Nov 26, 2021
Fix Python.h to build C extensions with Xcode: remove a relative
include from Include/cpython/pystate.h.

(cherry picked from commit 4ae26b9)
remykarem pushed a commit to remykarem/cpython that referenced this pull request Dec 7, 2021
Fix Python.h to build C extensions with Xcode: remove a relative
include from Include/cpython/pystate.h.
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