]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36876: [c-analyzer tool] Add a "capi" subcommand to the c-analyzer tool. (gh...
authorEric Snow <ericsnowcurrently@gmail.com>
Thu, 24 Dec 2020 18:04:19 +0000 (11:04 -0700)
committerGitHub <noreply@github.com>
Thu, 24 Dec 2020 18:04:19 +0000 (11:04 -0700)
commit7ec59d8861ef1104c3028678b2cacde4c5693e19
treeb499f0504f79e1a218229e93ca1847fb61d80831
parentb57ada98da0d5b0cf1ebc2c9c5502d04aa962042
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
Tools/c-analyzer/c_analyzer/__main__.py
Tools/c-analyzer/c_common/scriptutil.py
Tools/c-analyzer/c_common/tables.py
Tools/c-analyzer/c_parser/__main__.py
Tools/c-analyzer/c_parser/preprocessor/__main__.py
Tools/c-analyzer/check-c-globals.py
Tools/c-analyzer/cpython/__main__.py
Tools/c-analyzer/cpython/_capi.py [new file with mode: 0644]
Tools/c-analyzer/cpython/_files.py [new file with mode: 0644]
Tools/c-analyzer/cpython/_parser.py