]> granicus.if.org Git - python/commit
bpo-36301: Fix _PyPreConfig_Read() compiler warning (GH-12695)
authorVictor Stinner <vstinner@redhat.com>
Fri, 5 Apr 2019 09:44:04 +0000 (11:44 +0200)
committerGitHub <noreply@github.com>
Fri, 5 Apr 2019 09:44:04 +0000 (11:44 +0200)
commit6a8c3139ae9ada89d4a95985ec7cf8bb7d03bc01
tree2a1dc09669a70347b6eff0ae493e774d042903f7
parent176d26364bb67801fa522f52f20cbe44420d6942
bpo-36301: Fix _PyPreConfig_Read() compiler warning (GH-12695)

Initialize init_utf8_mode earlier to fix a compiler warning.
Python/preconfig.c