mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
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
This commit is contained in:
parent
f27bef3043
commit
ee94aa0850
6 changed files with 113 additions and 101 deletions
|
@ -43,7 +43,7 @@ def add_common_cli(parser, *, get_preprocessor=_get_preprocessor):
|
|||
def process_args(args, *, argv):
|
||||
ns = vars(args)
|
||||
|
||||
process_fail_arg(args, argv)
|
||||
process_fail_arg(args, argv=argv)
|
||||
ignore_exc = ns.pop('ignore_exc')
|
||||
# We later pass ignore_exc to _get_preprocessor().
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue