summaryrefslogtreecommitdiffstats
path: root/Tools/c-analyzer/cpython/_parser.py
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2023-07-22 19:31:55 (GMT)
committerGitHub <noreply@github.com>2023-07-22 19:31:55 (GMT)
commit22422e9d1a50b4970bc6957a88569618d579c47f (patch)
tree63af9e1bf2bc7d2fe10a6c3cd981d866a38eb2fd /Tools/c-analyzer/cpython/_parser.py
parentf8b7fe2f2647813ae8249675a80e59c117d30fe1 (diff)
downloadcpython-22422e9d1a50b4970bc6957a88569618d579c47f.zip
cpython-22422e9d1a50b4970bc6957a88569618d579c47f.tar.gz
cpython-22422e9d1a50b4970bc6957a88569618d579c47f.tar.bz2
gh-106320: Remove private _PyInterpreterID C API (#107053)
Move the private _PyInterpreterID C API to the internal C API: add a new pycore_interp_id.h header file. Remove Include/interpreteridobject.h and Include/cpython/interpreteridobject.h header files.
Diffstat (limited to 'Tools/c-analyzer/cpython/_parser.py')
-rw-r--r--Tools/c-analyzer/cpython/_parser.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Tools/c-analyzer/cpython/_parser.py b/Tools/c-analyzer/cpython/_parser.py
index 9bc7285..64ce4cd 100644
--- a/Tools/c-analyzer/cpython/_parser.py
+++ b/Tools/c-analyzer/cpython/_parser.py
@@ -227,7 +227,6 @@ 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