bpo-34207: Fix pymain_read_conf() for UTF-8 Mode (GH-8868)
bpo-34170, bpo-34207: pymain_read_conf() now sets Py_UTF8Mode to config->utf8_mode. pymain_read_conf() calls indirectly Py_DecodeLocale() and Py_EncodeLocale() which depend on Py_UTF8Mode.
V
Victor Stinner committed
89487f51b8d6ba8a55f5de0ed689e46fefe73cc9
Parent: ccd9975
Committed by GitHub <noreply@github.com>
on 8/23/2018, 10:23:46 AM