]> granicus.if.org Git - python/commit
bpo-36356: Fix _PyCoreConfig_Read() (GH-12454)
authorVictor Stinner <vstinner@redhat.com>
Wed, 20 Mar 2019 02:11:38 +0000 (03:11 +0100)
committerGitHub <noreply@github.com>
Wed, 20 Mar 2019 02:11:38 +0000 (03:11 +0100)
commit4a1468e593c4b67d8c78b78070fff9e18ec5d790
tree7de298ea80db9b20aa7be4a86300df1baff9d39a
parentf29084d611a6ca504c99a0967371374febf0ccc3
bpo-36356: Fix _PyCoreConfig_Read() (GH-12454)

Don't override parameters which are already set by the user.
Python/coreconfig.c