]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39026: Fix Python.h when building with Xcode (GH-29488) (GH-29732)
authorVictor Stinner <vstinner@python.org>
Thu, 25 Nov 2021 12:35:22 +0000 (13:35 +0100)
committerGitHub <noreply@github.com>
Thu, 25 Nov 2021 12:35:22 +0000 (13:35 +0100)
commitce5a6460aebdc51a810d2755782fe8f0d7918ec2
tree519ba975034568d4acde458964675f73d416ff31
parent632d589afcaac3b8441c8c042a98e1ae452533e0
bpo-39026: Fix Python.h when building with Xcode (GH-29488) (GH-29732)

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

(cherry picked from commit 4ae26b9c1d0c33e3db92c6f305293f9240dea358)
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]