Skip to content

Commit c018d30

Browse files
bpo-45952: Get the C analyzer tool working again. (gh-31220)
https://bugs.python.org/issue45952
1 parent 243436f commit c018d30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tools/c-analyzer/cpython/_parser.py

+1
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ def clean_lines(text):
215215
Modules/_testcapimodule.c PyAPI_FUNC(RTYPE) RTYPE
216216
Python/getargs.c PyAPI_FUNC(RTYPE) RTYPE
217217
Objects/stringlib/unicode_format.h Py_LOCAL_INLINE(type) static inline type
218+
Include/pymath.h _Py__has_builtin(x) 0
218219
219220
# implied include of pymacro.h
220221
*/clinic/*.c.h PyDoc_VAR(name) static const char name[]

0 commit comments

Comments
 (0)