Skip to content

Commit

Permalink
bpo-36876: Re-organize the c-analyzer tool code. (gh-16841)
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
ericsnowcurrently committed Oct 19, 2019
1 parent ea55c51 commit e4c431e
Show file tree
Hide file tree
Showing 56 changed files with 1,375 additions and 1,178 deletions.
2 changes: 1 addition & 1 deletion Lib/test/test_check_c_globals.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

test.test_tools.skip_if_missing('c-analyzer')
with test.test_tools.imports_under_tool('c-analyzer'):
from c_globals.__main__ import main
from cpython.__main__ import main


class ActualChecks(unittest.TestCase):
Expand Down

This file was deleted.

Loading

0 comments on commit e4c431e

Please sign in to comment.