-
- Downloads
gh-96848: Fix -X int_max_str_digits option parsing (GH-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. (cherry picked from commit 41351662) Co-authored-by:Victor Stinner <vstinner@python.org>
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