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". |
Sorry, something went wrong.
|
Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9. |
Sorry, something went wrong.
|
Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10. |
Sorry, something went wrong.
|
Sorry, @vstinner, I could not cleanly backport this to |
Sorry, something went wrong.
|
Sorry @vstinner, I had trouble checking out the |
Sorry, something went wrong.
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