summaryrefslogtreecommitdiff
path: root/Tools/c-analyzer/cpython/_files.py
Commit message (Collapse)AuthorAgeFilesLines
* bpo-36876: Make sure the c-analyzer is checking all the source files.' ↵Eric Snow2022-02-101-2/+4
| | | | | (gh-31264) https://bugs.python.org/issue36876
* bpo-36876: [c-analyzer tool] Add a "capi" subcommand to the c-analyzer tool. ↵Eric Snow2020-12-241-0/+69
(gh-23918) This will help identify which C-API items will need to be updated for subinterpreter support. https://bugs.python.org/issue36876