-
- Downloads
gh-96848: Fix -X int_max_str_digits option parsing (#96988)
Fix command line parsing: reject "-X int_max_str_digits" option with no value (invalid) when the PYTHONINTMAXSTRDIGITS environment variable is set to a valid limit.
Showing
- Lib/test/test_cmd_line.py 2 additions, 0 deletionsLib/test/test_cmd_line.py
- Misc/NEWS.d/next/Core and Builtins/2022-09-21-14-38-31.gh-issue-96848.WuoLzU.rst 3 additions, 0 deletions...nd Builtins/2022-09-21-14-38-31.gh-issue-96848.WuoLzU.rst
- Python/initconfig.c 2 additions, 1 deletionPython/initconfig.c
Loading
Please register or sign in to comment