]> granicus.if.org Git - python/commit
bpo-33824, bpo-32030: Fix pymain_read_conf() (GH-7712)
authorVictor Stinner <vstinner@redhat.com>
Fri, 15 Jun 2018 22:06:28 +0000 (00:06 +0200)
committerGitHub <noreply@github.com>
Fri, 15 Jun 2018 22:06:28 +0000 (00:06 +0200)
commit6c5a4b315664f21bffc36ff6987fb4c4d1590897
tree94fc8921373846fe5227f58619bd54eeacd0a25b
parent2f9cbaa8b2190b6dfd3157ede9b6973523a3b939
bpo-33824, bpo-32030: Fix pymain_read_conf() (GH-7712)

Fix "LC_ALL=C python3.7 -V": reset properly the command line parser
when the encoding changes after reading the Python configuration.

Fix pymain_read_conf(): use memset(0) to reset properly cmdline.
Misc/NEWS.d/next/Core and Builtins/2018-06-15-19-39-06.bpo-33824.DfWHT3.rst [new file with mode: 0644]
Modules/main.c