This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author JunyiXie
Recipients JunyiXie
Date 2021-03-23.04:04:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1616472251.02.0.323968573256.issue43601@roundup.psfhosted.org>
In-reply-to
Content
how to use Tools/c-analyzer/check-c-globals.py? 
in readme, 
python3 Tools/c-analyzer/check-c-globals.py

/Users/xiejunyi/cpython/Tools/c-analyzer/c_common/tables.py:236: FutureWarning: Possible nested set at position 12
  _COLSPEC_RE = re.compile(textwrap.dedent(r'''
Traceback (most recent call last):
  File "Tools/c-analyzer/check-c-globals.py", line 33, in <module>
    (cmd, cmd_kwargs, verbosity, traceback_cm) = parse_args()
  File "Tools/c-analyzer/check-c-globals.py", line 16, in parse_args
    _cli_check(parser, checks='<globals>'),
  File "/Users/xiejunyi/cpython/Tools/c-analyzer/cpython/__main__.py", line 119, in _cli_check
    return c_analyzer._cli_check(parser, CHECKS, **kwargs, **FILES_KWARGS)
TypeError: _cli_check() got multiple values for argument 'checks'
History
Date User Action Args
2021-03-23 04:04:11JunyiXiesetrecipients: + JunyiXie
2021-03-23 04:04:11JunyiXiesetmessageid: <1616472251.02.0.323968573256.issue43601@roundup.psfhosted.org>
2021-03-23 04:04:11JunyiXielinkissue43601 messages
2021-03-23 04:04:10JunyiXiecreate