]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34544: pymain_read_conf() don't change LC_ALL (GH-9045)
authorVictor Stinner <vstinner@redhat.com>
Mon, 3 Sep 2018 15:32:31 +0000 (17:32 +0200)
committerGitHub <noreply@github.com>
Mon, 3 Sep 2018 15:32:31 +0000 (17:32 +0200)
commit73b00becbdd40f6a80cfa00abf1ae650a2b5e454
treebe23ad51bb194b21a928d874069e6e6ffc3bd799
parent2094c2bea4f79c31819994d8f0afa97ccc52cca8
bpo-34544: pymain_read_conf() don't change LC_ALL (GH-9045)

bpo-34485, bpo-34544: Again, pymain_read_conf() leaves LC_ALL locale
unchanged: only modify LC_CTYPE.
Modules/main.c