]> granicus.if.org Git - python/commit
bpo-36763: Cleanup precmdline in _PyCoreConfig_Read() (GH-13371)
authorVictor Stinner <vstinner@redhat.com>
Fri, 17 May 2019 01:15:12 +0000 (03:15 +0200)
committerGitHub <noreply@github.com>
Fri, 17 May 2019 01:15:12 +0000 (03:15 +0200)
commit870b035bc6da96689b59dd6f79782ec6f1873617
tree27cb244d3d66b133808ca5c04ec14f82d64f078c
parentaee19f54f6fe45f6b3c906987941e5a8af4468e9
bpo-36763: Cleanup precmdline in _PyCoreConfig_Read() (GH-13371)

precmdline is only needed in _PyCoreConfig_Read(), not in
config_read_cmdline(). Reorganize _PyCoreConfig_Read().
Include/internal/pycore_getopt.h
Python/coreconfig.c
Python/getopt.c
Python/preconfig.c