diff options
author | Victor Stinner <vstinner@python.org> | 2021-12-09 09:58:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-09 00:58:09 -0800 |
commit | 73325bbe774b16891f999fb557177206470676b1 (patch) | |
tree | d9f0468da14602f44564b731c6666972ea0f8179 /Python/fileutils.c | |
parent | 5de39f4b412ed5b0f3ed0140c83b2c1f8c707603 (diff) | |
download | cpython-73325bbe774b16891f999fb557177206470676b1.tar.gz cpython-73325bbe774b16891f999fb557177206470676b1.zip |
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
Diffstat (limited to 'Python/fileutils.c')
0 files changed, 0 insertions, 0 deletions