]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-45952: Get the C analyzer tool working again. (gh-31220)
authorEric Snow <ericsnowcurrently@gmail.com>
Tue, 8 Feb 2022 19:37:53 +0000 (12:37 -0700)
committerGitHub <noreply@github.com>
Tue, 8 Feb 2022 19:37:53 +0000 (12:37 -0700)
https://bugs.python.org/issue45952

Tools/c-analyzer/cpython/_parser.py

index 752f1afe9feb0061f2e17f92e636233e71e69437..6b55c41c2c71e16d5f48d8f0ff20807682ddab21 100644 (file)
@@ -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[]