https://github.com/python/cpython
Revision 18a0cdb2dc86452d8d75aac7e9bb610270979411 authored by Miss Islington (bot) on 04 October 2022, 18:57:06 UTC, committed by GitHub on 04 October 2022, 18:57:06 UTC
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>
1 parent 12c72d6
History
Tip revision: 18a0cdb2dc86452d8d75aac7e9bb610270979411 authored by Miss Islington (bot) on 04 October 2022, 18:57:06 UTC
[3.8] gh-96848: Fix -X int_max_str_digits option parsing (GH-96988) (GH-97575)
Tip revision: 18a0cdb
File Mode Size
.azure-pipelines
.github
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Programs
Python
Tools
.editorconfig -rw-r--r-- 181 bytes
.gitattributes -rw-r--r-- 1.8 KB
.gitignore -rw-r--r-- 1.8 KB
.travis.yml -rw-r--r-- 8.1 KB
CODE_OF_CONDUCT.md -rw-r--r-- 630 bytes
LICENSE -rw-r--r-- 13.6 KB
Makefile.pre.in -rw-r--r-- 67.0 KB
README.rst -rw-r--r-- 9.8 KB
aclocal.m4 -rw-r--r-- 20.2 KB
config.guess -rwxr-xr-x 43.1 KB
config.sub -rwxr-xr-x 35.4 KB
configure -rwxr-xr-x 494.3 KB
configure.ac -rw-r--r-- 164.7 KB
install-sh -rwxr-xr-x 15.0 KB
pyconfig.h.in -rw-r--r-- 44.4 KB
setup.py -rw-r--r-- 101.0 KB

README.rst

back to top