mirror of
https://github.com/python/cpython.git
synced 2026-01-29 06:06:01 +00:00
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>
Miscellaneous source files for the main Python shared library