◐ Shell
clean mode source ↗

bpo-39026: Fix Python.h when building with Xcode by vstinner · Pull Request #29488 · python/cpython

Fix Python.h to build C extensions with Xcode: remove a relative
include from Include/cpython/pystate.h.

@tiran tiran mentioned this pull request

Nov 23, 2021

vstinner added a commit that referenced this pull request

Nov 25, 2021
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 a commit that referenced this pull request

Nov 26, 2021
Fix Python.h to build C extensions with Xcode: remove a relative
include from Include/cpython/pystate.h.

(cherry picked from commit 4ae26b9)

remykarem pushed a commit to remykarem/cpython that referenced this pull request

Dec 7, 2021
Fix Python.h to build C extensions with Xcode: remove a relative
include from Include/cpython/pystate.h.