[3.9] gh-96848: Fix -X int_max_str_digits option parsing (GH-96988)#97574
Conversation
) 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 4135166) Co-authored-by: Victor Stinner <vstinner@python.org>
vstinner
left a comment
There was a problem hiding this comment.
LGTM, good bot.
Sorry, something went wrong.
|
@vstinner: Status check is done, and it's a failure or timed out ❌. |
Sorry, something went wrong.
|
Test failing on Windows, looks legitimate: |
Sorry, something went wrong.
|
Status check is done, and it's a success ✅. |
Sorry, something went wrong.
|
Sorry, I can't merge this PR. Reason: |
Sorry, something went wrong.
|
...and it passed 🤔 |
Sorry, something went wrong.
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 4135166)
Co-authored-by: Victor Stinner vstinner@python.org