commit | 73325bbe774b16891f999fb557177206470676b1 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Thu Dec 09 09:58:09 2021 +0100 |
committer | GitHub <noreply@github.com> | Thu Dec 09 00:58:09 2021 -0800 |
tree | d9f0468da14602f44564b731c6666972ea0f8179 | |
parent | 5de39f4b412ed5b0f3ed0140c83b2c1f8c707603 [diff] |
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