Uh oh!
There was an error while loading. Please reload this page.
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.
vstinner
commented
Nov 9, 2021
I'm not sure if the problem is Xcode or "developing with a framework in macOS". |
miss-islington
commented
Nov 23, 2021
Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9. |
miss-islington
commented
Nov 23, 2021
Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10. |
miss-islington
commented
Nov 23, 2021
Sorry, @vstinner, I could not cleanly backport this to |
miss-islington
commented
Nov 23, 2021
Sorry @vstinner, I had trouble checking out the |
bedevere-bot
commented
Nov 23, 2021
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