summaryrefslogtreecommitdiffstats
path: root/Tools/c-analyzer/cpython/globals-to-fix.tsv
diff options
context:
space:
mode:
authorEric Snow <ericsnowcurrently@gmail.com>2023-07-27 21:30:16 (GMT)
committerGitHub <noreply@github.com>2023-07-27 21:30:16 (GMT)
commit8bdae1424b54e5106782f2b9e2fadce444dc84cd (patch)
tree46aaf156abbf2f6a28235a824009365f4c53dd96 /Tools/c-analyzer/cpython/globals-to-fix.tsv
parent75c974f5353685f338344618ad7344e64c2293d0 (diff)
downloadcpython-8bdae1424b54e5106782f2b9e2fadce444dc84cd.zip
cpython-8bdae1424b54e5106782f2b9e2fadce444dc84cd.tar.gz
cpython-8bdae1424b54e5106782f2b9e2fadce444dc84cd.tar.bz2
gh-101524: Only Use Public C-API in the _xxsubinterpreters Module (gh-107359)
The _xxsubinterpreters module should not rely on internal API. Some of the functions it uses were recently moved there however. Here we move them back (and expose them properly).
Diffstat (limited to 'Tools/c-analyzer/cpython/globals-to-fix.tsv')
-rw-r--r--Tools/c-analyzer/cpython/globals-to-fix.tsv2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/c-analyzer/cpython/globals-to-fix.tsv b/Tools/c-analyzer/cpython/globals-to-fix.tsv
index 033bd7a..80e9d35 100644
--- a/Tools/c-analyzer/cpython/globals-to-fix.tsv
+++ b/Tools/c-analyzer/cpython/globals-to-fix.tsv
@@ -54,7 +54,7 @@ Objects/genobject.c - _PyAsyncGenASend_Type -
Objects/genobject.c - _PyAsyncGenAThrow_Type -
Objects/genobject.c - _PyAsyncGenWrappedValue_Type -
Objects/genobject.c - _PyCoroWrapper_Type -
-Objects/interpreteridobject.c - _PyInterpreterID_Type -
+Objects/interpreteridobject.c - PyInterpreterID_Type -
Objects/iterobject.c - PyCallIter_Type -
Objects/iterobject.c - PySeqIter_Type -
Objects/listobject.c - PyListIter_Type -