Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-36876: Make sure the c-analyzer is checking all the source files.' ↵ | Eric Snow | 2022-02-10 | 1 | -2/+4 |
| | | | | | (gh-31264) https://bugs.python.org/issue36876 | ||||
* | bpo-36876: [c-analyzer tool] Add a "capi" subcommand to the c-analyzer tool. ↵ | Eric Snow | 2020-12-24 | 1 | -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 |