-
-
Notifications
You must be signed in to change notification settings - Fork 30.7k
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
Conversation
Fix Python.h to build C extensions with Xcode: remove a relative include from Include/cpython/pystate.h.
I'm not sure if the problem is Xcode or "developing with a framework in macOS". |
Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9. |
Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10. |
Sorry, @vstinner, I could not cleanly backport this to |
Sorry @vstinner, I had trouble checking out the |
GH-29732 is a backport of this pull request to the 3.10 branch. |
Fix Python.h to build C extensions with Xcode: remove a relative include from Include/cpython/pystate.h.
Fix Python.h to build C extensions with Xcode: remove a relative
include from Include/cpython/pystate.h.
https://bugs.python.org/issue39026