summaryrefslogtreecommitdiff
path: root/Tools/c-analyzer/cpython/_files.py
Commit message (Collapse)AuthorAgeFilesLines
* 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