]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-104469: Disallow using Py_LIMITED_API with Py_BUILD_CORE (#109690)
authorVictor Stinner <vstinner@python.org>
Thu, 21 Sep 2023 23:21:07 +0000 (01:21 +0200)
committerGitHub <noreply@github.com>
Thu, 21 Sep 2023 23:21:07 +0000 (01:21 +0200)
commit3f5c5649cfefe5b03cebe53b3ae766e2739eee23
tree61ad077a771abb101046a35c570a3046e768b3f8
parent26e06ad617bb416201c769fea91cd33d544c6a1c
gh-104469: Disallow using Py_LIMITED_API with Py_BUILD_CORE (#109690)

Fix make check-c-globals: complete USE_LIMITED_C_API list of the
c-analyzer.
Include/pyport.h
Tools/c-analyzer/c_parser/preprocessor/gcc.py