[Python-checkins] bpo-45952: Get the C analyzer tool working again. (gh-31220)

ericsnowcurrently webhook-mailer at python.org
Tue Feb 8 14:38:01 EST 2022


https://github.com/python/cpython/commit/c018d3037b5b62e6d48d5985d1a37b91762fbffb
commit: c018d3037b5b62e6d48d5985d1a37b91762fbffb
branch: main
author: Eric Snow <ericsnowcurrently at gmail.com>
committer: ericsnowcurrently <ericsnowcurrently at gmail.com>
date: 2022-02-08T12:37:53-07:00
summary:

bpo-45952: Get the C analyzer tool working again. (gh-31220)

https://bugs.python.org/issue45952

files:
M Tools/c-analyzer/cpython/_parser.py

diff --git a/Tools/c-analyzer/cpython/_parser.py b/Tools/c-analyzer/cpython/_parser.py
index 752f1afe9feb0..6b55c41c2c71e 100644
--- a/Tools/c-analyzer/cpython/_parser.py
+++ b/Tools/c-analyzer/cpython/_parser.py
@@ -215,6 +215,7 @@ def clean_lines(text):
 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[]



More information about the Python-checkins mailing list