diff options
author | Eric Snow <ericsnowcurrently@gmail.com> | 2022-02-08 19:37:53 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-08 19:37:53 (GMT) |
commit | c018d3037b5b62e6d48d5985d1a37b91762fbffb (patch) | |
tree | d1ba4d6020224d1344eb632ed02186cea3779a97 /Tools | |
parent | 243436f3779c1e7bed1fd4b23d5a8ec5eff40699 (diff) | |
download | cpython-c018d3037b5b62e6d48d5985d1a37b91762fbffb.zip cpython-c018d3037b5b62e6d48d5985d1a37b91762fbffb.tar.gz cpython-c018d3037b5b62e6d48d5985d1a37b91762fbffb.tar.bz2 |
bpo-45952: Get the C analyzer tool working again. (gh-31220)
https://bugs.python.org/issue45952
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/c-analyzer/cpython/_parser.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/c-analyzer/cpython/_parser.py b/Tools/c-analyzer/cpython/_parser.py index 752f1af..6b55c41 100644 --- a/Tools/c-analyzer/cpython/_parser.py +++ b/Tools/c-analyzer/cpython/_parser.py @@ -215,6 +215,7 @@ Python/import.c PyMODINIT_FUNC PyObject* Modules/_testcapimodule.c PyAPI_FUNC(RTYPE) RTYPE Python/getargs.c PyAPI_FUNC(RTYPE) RTYPE Objects/stringlib/unicode_format.h Py_LOCAL_INLINE(type) static inline type +Include/pymath.h _Py__has_builtin(x) 0 # implied include of pymacro.h */clinic/*.c.h PyDoc_VAR(name) static const char name[] |