cpython/Tools/c-analyzer/c_parser
Victor Stinner c5fa796619
gh-116417: Fix make check-c-globals for _testlimitedcapi (#116570)
* Remove unused '_testcapimodule' global in Modules/_testcapi/unicode.c.
* Update c-analyzer to not use the internal C API in
  _testlimitedcapi.c.
2024-03-10 20:19:47 +00:00
..
parser gh-105699: Use a Thread-Local Variable for PKGCONTEXT (gh-105740) 2023-06-13 18:58:23 -06:00
preprocessor gh-116417: Fix make check-c-globals for _testlimitedcapi (#116570) 2024-03-10 20:19:47 +00:00
__init__.py
__main__.py gh-102033: Fix syntax error in `Tools/c-analyzer` (GH-102066) 2023-03-22 07:59:32 -07:00
datafiles.py
info.py Fix a typo in c-analyzer (#109213) 2023-09-18 00:27:54 -07:00
match.py
source.py