]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] gh-96848: Fix -X int_max_str_digits option parsing (GH-96988) (GH-97574)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 4 Oct 2022 18:57:34 +0000 (11:57 -0700)
committerGitHub <noreply@github.com>
Tue, 4 Oct 2022 18:57:34 +0000 (11:57 -0700)
commit358b7a4454daf22b0c3b958da6172bf7f3090be3
tree576fead4b2be3c22c31534b5bb8fc652e58470a0
parent938223e8d1eabdd6a73531a8dd52407ef23f6375
[3.9] gh-96848: Fix -X int_max_str_digits option parsing (GH-96988) (GH-97574)

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