Skip to content

Commit e4c431e

Browse files
bpo-36876: Re-organize the c-analyzer tool code. (gh-16841)
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).
1 parent ea55c51 commit e4c431e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+1375
-1178
lines changed

Diff for: Lib/test/test_check_c_globals.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
test.test_tools.skip_if_missing('c-analyzer')
55
with test.test_tools.imports_under_tool('c-analyzer'):
6-
from c_globals.__main__ import main
6+
from cpython.__main__ import main
77

88

99
class ActualChecks(unittest.TestCase):

Diff for: Lib/test/test_tools/test_c_analyzer/test_c_analyzer_common/test_known.py

-68
This file was deleted.

0 commit comments

Comments
 (0)