]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46007: Exclude PyUnicode_CHECK_INTERNED() from limited C API (GH-29987)
authorVictor Stinner <vstinner@python.org>
Thu, 9 Dec 2021 08:58:09 +0000 (09:58 +0100)
committerGitHub <noreply@github.com>
Thu, 9 Dec 2021 08:58:09 +0000 (00:58 -0800)
commit73325bbe774b16891f999fb557177206470676b1
treed9f0468da14602f44564b731c6666972ea0f8179
parent5de39f4b412ed5b0f3ed0140c83b2c1f8c707603
bpo-46007: Exclude PyUnicode_CHECK_INTERNED() from limited C API (GH-29987)

Exclude the PyUnicode_CHECK_INTERNED() macro from the limited C API,
because it uses the PyASCIIObject structure which is excluded from
the limited C API.

Automerge-Triggered-By: GH:encukou
Doc/whatsnew/3.11.rst
Include/cpython/unicodeobject.h
Include/unicodeobject.h
Misc/NEWS.d/next/C API/2021-12-08-12-41-51.bpo-46007.sMgDLz.rst [new file with mode: 0644]