commit | 7ec59d8861ef1104c3028678b2cacde4c5693e19 | [log] [tgz] |
---|---|---|
author | Eric Snow <ericsnowcurrently@gmail.com> | Thu Dec 24 11:04:19 2020 -0700 |
committer | GitHub <noreply@github.com> | Thu Dec 24 11:04:19 2020 -0700 |
tree | b499f0504f79e1a218229e93ca1847fb61d80831 | |
parent | b57ada98da0d5b0cf1ebc2c9c5502d04aa962042 [diff] |
bpo-36876: [c-analyzer tool] Add a "capi" subcommand to the c-analyzer tool. (gh-23918) This will help identify which C-API items will need to be updated for subinterpreter support. https://bugs.python.org/issue36876