summaryrefslogtreecommitdiffstats
path: root/Tools/c-analyzer/cpython/_parser.py
diff options
context:
space:
mode:
authorEric Snow <ericsnowcurrently@gmail.com>2022-08-01 23:13:23 (GMT)
committerGitHub <noreply@github.com>2022-08-01 23:13:23 (GMT)
commita7161f95aaeb6d71e4db58bd8a47ffcfa7bda2fa (patch)
tree76d523d6ee7a12761c7c8ce256c990d2e22110da /Tools/c-analyzer/cpython/_parser.py
parentc7e5bbaee88a71dc6e633e3cd451ed1798436382 (diff)
downloadcpython-a7161f95aaeb6d71e4db58bd8a47ffcfa7bda2fa.zip
cpython-a7161f95aaeb6d71e4db58bd8a47ffcfa7bda2fa.tar.gz
cpython-a7161f95aaeb6d71e4db58bd8a47ffcfa7bda2fa.tar.bz2
gh-90110: Get the C Analyzer Tool Working Again (gh-95545)
Diffstat (limited to 'Tools/c-analyzer/cpython/_parser.py')
-rw-r--r--Tools/c-analyzer/cpython/_parser.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/Tools/c-analyzer/cpython/_parser.py b/Tools/c-analyzer/cpython/_parser.py
index eaad727..af223b1 100644
--- a/Tools/c-analyzer/cpython/_parser.py
+++ b/Tools/c-analyzer/cpython/_parser.py
@@ -71,6 +71,7 @@ Python/dynload_dl.c # dl.h
Python/dynload_hpux.c # dl.h
Python/thread_pthread.h
Python/emscripten_signal.c
+Python/thread_pthread_stubs.h
# only huge constants (safe but parsing is slow)
Modules/_blake2/impl/blake2-kat.h
@@ -136,6 +137,7 @@ glob name value
Include/internal/*.h Py_BUILD_CORE 1
Python/**/*.c Py_BUILD_CORE 1
Parser/**/*.c Py_BUILD_CORE 1
+Parser/**/*.h Py_BUILD_CORE 1
Objects/**/*.c Py_BUILD_CORE 1
Modules/_asynciomodule.c Py_BUILD_CORE 1
@@ -205,6 +207,7 @@ Include/cpython/traceback.h Py_CPYTHON_TRACEBACK_H 1
Include/cpython/tupleobject.h Py_CPYTHON_TUPLEOBJECT_H 1
Include/cpython/unicodeobject.h Py_CPYTHON_UNICODEOBJECT_H 1
Include/internal/pycore_code.h SIZEOF_VOID_P 8
+Include/internal/pycore_frame.h SIZEOF_VOID_P 8
# implied include of pyport.h
Include/**/*.h PyAPI_DATA(RTYPE) extern RTYPE