bpo-36876: Re-organize the c-analyzer tool code. by ericsnowcurrently · Pull Request #16841 · python/cpython

added 23 commits

September 27, 2019 11:59

jacobneiltaylor pushed a commit to jacobneiltaylor/cpython that referenced this pull request

Dec 5, 2019
This is partly a cleanup of the code. It also is preparation for getting the variables from the source (cross-platform) rather than from the symbols.

The change only touches the tool (and its tests).

shihai1991 pushed a commit to shihai1991/cpython that referenced this pull request

Jan 31, 2020
This is partly a cleanup of the code. It also is preparation for getting the variables from the source (cross-platform) rather than from the symbols.

The change only touches the tool (and its tests).