]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45952: Get the C analyzer tool working again. (gh-29882)
authorEric Snow <ericsnowcurrently@gmail.com>
Wed, 1 Dec 2021 18:20:20 +0000 (11:20 -0700)
committerGitHub <noreply@github.com>
Wed, 1 Dec 2021 18:20:20 +0000 (11:20 -0700)
commitee94aa0850191712e6adfc1f4a9df08ec3240195
tree7b739a21cf64a77be3431224d32d90084027d446
parentf27bef30438d2f07f19de91e021f34b77ccc4b20
bpo-45952: Get the C analyzer tool working again. (gh-29882)

There wasn't much that needed to be done. Mostly it was just a few new files that got added.

https://bugs.python.org/issue45952
Tools/c-analyzer/TODO
Tools/c-analyzer/c_parser/__init__.py
Tools/c-analyzer/c_parser/parser/__init__.py
Tools/c-analyzer/c_parser/preprocessor/__main__.py
Tools/c-analyzer/cpython/__main__.py
Tools/c-analyzer/cpython/_parser.py