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

https://bugs.python.org/issue45952
This commit is contained in:
Eric Snow 2022-02-08 12:37:53 -07:00 committed by GitHub
parent 243436f377
commit c018d3037b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View 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[]