]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36142: Add _PyPreConfig_ReadFromArgv() (GH-12173)
authorVictor Stinner <vstinner@redhat.com>
Tue, 5 Mar 2019 01:44:12 +0000 (02:44 +0100)
committerGitHub <noreply@github.com>
Tue, 5 Mar 2019 01:44:12 +0000 (02:44 +0100)
commit6dcb54228e7520abd058897440c26e323f62afcd
tree44c513ae0de0ecbf63609bb3b61bbc41806ce156
parentcad1f747da47849ab5d8b0b881f7a0b94564d290
bpo-36142: Add _PyPreConfig_ReadFromArgv() (GH-12173)

The new function is now responsible to parse -E and -I command line
arguments.
Include/internal/pycore_coreconfig.h
Include/internal/pycore_getopt.h
Modules/main.c
Python/coreconfig.c
Python/getopt.c
Python/pathconfig.c
Python/preconfig.c
Python/pylifecycle.c