]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39026: Fix Python.h when building with Xcode (GH-29488)
authorVictor Stinner <vstinner@python.org>
Tue, 23 Nov 2021 17:58:57 +0000 (18:58 +0100)
committerGitHub <noreply@github.com>
Tue, 23 Nov 2021 17:58:57 +0000 (18:58 +0100)
commit4ae26b9c1d0c33e3db92c6f305293f9240dea358
tree4f39c3540bb089e58630e898c812dd547d16339d
parent5be98e57b3c3b36d1a1176b49c73b8822c6380e7
bpo-39026: Fix Python.h when building with Xcode (GH-29488)

Fix Python.h to build C extensions with Xcode: remove a relative
include from Include/cpython/pystate.h.
Include/Python.h
Include/cpython/pystate.h
Misc/NEWS.d/next/C API/2021-11-09-15-42-11.bpo-39026.sUnYWn.rst [new file with mode: 0644]