]> granicus.if.org Git - python/commit
bpo-34170: _PyCoreConfig_Read() don't replace coerce_c_locale (GH-8658)
authorVictor Stinner <vstinner@redhat.com>
Fri, 3 Aug 2018 20:49:07 +0000 (22:49 +0200)
committerGitHub <noreply@github.com>
Fri, 3 Aug 2018 20:49:07 +0000 (22:49 +0200)
commit5a953fd0ab4d0f792f4c1537616b2ce8ee40d976
treecad675955816179aa53030f5ba6ae7526e6caba5
parent7b41dbad78c6b03ca2f98800a92a1977d3946643
bpo-34170: _PyCoreConfig_Read() don't replace coerce_c_locale (GH-8658)

If coerce_c_locale is already set (>= 0), use its value: don't
override it.
Programs/_testembed.c
Python/coreconfig.c
Python/pylifecycle.c