mirror of
https://github.com/python/cpython.git
synced 2025-07-19 01:05:26 +00:00
Issue #26920: Merge 3.6
This commit is contained in:
commit
afa94a5a3e
2 changed files with 4 additions and 1 deletions
|
@ -315,7 +315,7 @@ _Py_InitializeEx_Private(int install_sigs, int install_importlib)
|
|||
initialized = 1;
|
||||
_Py_Finalizing = NULL;
|
||||
|
||||
#if defined(HAVE_LANGINFO_H) && defined(HAVE_SETLOCALE)
|
||||
#ifdef HAVE_SETLOCALE
|
||||
/* Set up the LC_CTYPE locale, so we can obtain
|
||||
the locale's charset without having to switch
|
||||
locales. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue