summaryrefslogtreecommitdiffstats
path: root/Tools/c-analyzer/cpython/_parser.py
diff options
context:
space:
mode:
authorEric Snow <ericsnowcurrently@gmail.com>2023-06-02 22:52:33 (GMT)
committerGitHub <noreply@github.com>2023-06-02 22:52:33 (GMT)
commite6373c0d8b59512aa7f0dea7f3fb162b6ed10fa4 (patch)
treedb75e676b44057aa1f7eed514e0395d832615fb7 /Tools/c-analyzer/cpython/_parser.py
parent9ad199ba36791711f596393ca9a20dbf118ef858 (diff)
downloadcpython-e6373c0d8b59512aa7f0dea7f3fb162b6ed10fa4.zip
cpython-e6373c0d8b59512aa7f0dea7f3fb162b6ed10fa4.tar.gz
cpython-e6373c0d8b59512aa7f0dea7f3fb162b6ed10fa4.tar.bz2
gh-101524: Only Use Public C-API in the _xxsubinterpreters Module (gh-105258)
The _xxsubinterpreters module was meant to only use public API. Some internal C-API usage snuck in over the last few years (e.g. gh-28969). This fixes that.
Diffstat (limited to 'Tools/c-analyzer/cpython/_parser.py')
-rw-r--r--Tools/c-analyzer/cpython/_parser.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/c-analyzer/cpython/_parser.py b/Tools/c-analyzer/cpython/_parser.py
index 0f6edc7..51b79c2 100644
--- a/Tools/c-analyzer/cpython/_parser.py
+++ b/Tools/c-analyzer/cpython/_parser.py
@@ -226,6 +226,7 @@ Include/cpython/fileobject.h Py_CPYTHON_FILEOBJECT_H 1
Include/cpython/fileutils.h Py_CPYTHON_FILEUTILS_H 1
Include/cpython/frameobject.h Py_CPYTHON_FRAMEOBJECT_H 1
Include/cpython/import.h Py_CPYTHON_IMPORT_H 1
+Include/cpython/interpreteridobject.h Py_CPYTHON_INTERPRETERIDOBJECT_H 1
Include/cpython/listobject.h Py_CPYTHON_LISTOBJECT_H 1
Include/cpython/methodobject.h Py_CPYTHON_METHODOBJECT_H 1
Include/cpython/object.h Py_CPYTHON_OBJECT_H 1