mirror of
https://github.com/python/cpython.git
synced 2026-05-18 10:24:42 -04:00
f01b2a1b84
bpo-34485, bpo-34544: On some FreeBSD, nl_langinfo(CODESET) fails if
LC_ALL or LC_CTYPE is set to an invalid locale name. Replace
_Py_SetLocaleFromEnv(LC_CTYPE) with _Py_SetLocaleFromEnv(LC_ALL) to
initialize properly locales.
Partially revert commit 177d921c8c.
Source files for standard library extension modules, and former extension modules that are now builtin modules.