◐ Shell
clean mode source ↗

[3.10] bpo-39026: Fix Python.h when building with Xcode (GH-29488) by vstinner · Pull Request #29732 · python/cpython

Merged

vstinner

merged 1 commit into

python:3.10from

vstinner:fix_include310

Nov 25, 2021

Merged

Conversation

@vstinner

@vstinner vstinner commented

Nov 23, 2021

edited by bedevere-bot

Loading

Copy link Copy Markdown

Member

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 Copy Markdown

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 Copy Markdown

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 Copy Markdown

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

@vstinner vstinner

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

4 participants

@vstinner @miss-islington @the-knights-who-say-ni @bedevere-bot