mirror of
https://github.com/python/cpython.git
synced 2026-05-18 10:24:42 -04:00
89487f51b8
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.
Source files for standard library extension modules, and former extension modules that are now builtin modules.