[3.10] bpo-39026: Fix Python.h when building with Xcode (GH-29488) by vstinner · Pull Request #29732 · python/cpython
Merged
Conversation
Member
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
the
needs backport to 3.9
label
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
mentioned this pull request
bedevere-bot
added
the
awaiting core review
label
vstinner
commented
Nov 24, 2021
vstinner commented
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
merged commit
ce5a646
into
python:3.10
miss-islington
commented
Nov 25, 2021
miss-islington commented
Contributor
Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9.
🐍🍒⛏🤖
bedevere-bot
removed
the
awaiting core review
label
vstinner
deleted the
fix_include310
branch
miss-islington
commented
Nov 25, 2021
miss-islington commented
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
miss-islington
assigned
vstinner
vstinner
removed
the
needs backport to 3.9
label
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment