diff options
author | Eric Snow <ericsnowcurrently@gmail.com> | 2022-02-08 18:42:17 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-08 18:42:17 (GMT) |
commit | 1e6214dbd6a980b47123229aefd60bb2c9341b53 (patch) | |
tree | ee0cdc5a36a0e4ee71af6e0e024b3574578d80b6 /Tools/c-analyzer | |
parent | b5527688aae11d0b5af58176267a9943576e71e5 (diff) | |
download | cpython-1e6214dbd6a980b47123229aefd60bb2c9341b53.zip cpython-1e6214dbd6a980b47123229aefd60bb2c9341b53.tar.gz cpython-1e6214dbd6a980b47123229aefd60bb2c9341b53.tar.bz2 |
bpo-45952: Get the C analyzer tool working again. (gh-31219)
https://bugs.python.org/issue45952
Diffstat (limited to 'Tools/c-analyzer')
-rw-r--r-- | Tools/c-analyzer/cpython/_parser.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Tools/c-analyzer/cpython/_parser.py b/Tools/c-analyzer/cpython/_parser.py index 90b470c..752f1af 100644 --- a/Tools/c-analyzer/cpython/_parser.py +++ b/Tools/c-analyzer/cpython/_parser.py @@ -171,6 +171,7 @@ Objects/stringlib/codecs.h Py_BUILD_CORE 1 Objects/stringlib/unicode_format.h Py_BUILD_CORE 1 Python/ceval_gil.h Py_BUILD_CORE 1 Python/condvar.h Py_BUILD_CORE 1 +Modules/getpath_noop.c Py_BUILD_CORE 1 Modules/_json.c Py_BUILD_CORE_BUILTIN 1 Modules/_pickle.c Py_BUILD_CORE_BUILTIN 1 @@ -232,6 +233,7 @@ Include/**/*.h SIZEOF_WCHAR_T 4 # implied include of <unistd.h> Include/**/*.h _POSIX_THREADS 1 +Include/**/*.h HAVE_PTHREAD_H 1 # from Makefile Modules/getpath.c PYTHONPATH 1 @@ -239,6 +241,7 @@ Modules/getpath.c PREFIX ... Modules/getpath.c EXEC_PREFIX ... Modules/getpath.c VERSION ... Modules/getpath.c VPATH ... +Modules/getpath.c PLATLIBDIR ... # from Modules/_sha3/sha3module.c Modules/_sha3/kcp/KeccakP-1600-inplace32BI.c PLATFORM_BYTE_ORDER 4321 # force big-endian |