]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36301: Add _PyPreCmdline internal API (GH-12458)
authorVictor Stinner <vstinner@redhat.com>
Wed, 20 Mar 2019 03:25:38 +0000 (04:25 +0100)
committerGitHub <noreply@github.com>
Wed, 20 Mar 2019 03:25:38 +0000 (04:25 +0100)
commitfa1537684869186da7938e4330361bf02363bac8
tree919f5d59429afe03b6bbfd24b0f289018a8a254e
parentabbdd1fc5c2017683da8d2ed3e8843e8c159bc8c
bpo-36301: Add _PyPreCmdline internal API (GH-12458)

_PyCoreConfig_ReadFromArgv() now reuses the code parsing command line
options from preconfig.c.
Include/internal/pycore_coreconfig.h
Python/coreconfig.c
Python/preconfig.c