]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-96848: Fix -X int_max_str_digits option parsing (GH-96988)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 26 Sep 2022 15:43:26 +0000 (08:43 -0700)
committerGitHub <noreply@github.com>
Mon, 26 Sep 2022 15:43:26 +0000 (08:43 -0700)
commita4ff0eaaf07364e45967ca96ccd6416c2aa2fd22
tree1e4911c7e28fa5b6a9052f9f728608f673e0d01e
parentcf61fa278e0a19a4aa5cb7cbd5c98ff2a84d481d
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 41351662bcd21672d8ccfa62fe44d72027e6bcf8)

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/test_cmd_line.py
Misc/NEWS.d/next/Core and Builtins/2022-09-21-14-38-31.gh-issue-96848.WuoLzU.rst [new file with mode: 0644]
Python/initconfig.c