mirror of
https://github.com/python/cpython.git
synced 2026-05-18 02:15:28 -04:00
Move sys_stream and sys_isatty out of the have-langinfo block.
This commit is contained in:
+1
-1
@@ -138,9 +138,9 @@ Py_InitializeEx(int install_sigs)
|
||||
char *errors = NULL;
|
||||
int free_codeset = 0;
|
||||
int overridden = 0;
|
||||
PyObject *sys_stream, *sys_isatty;
|
||||
#if defined(Py_USING_UNICODE) && defined(HAVE_LANGINFO_H) && defined(CODESET)
|
||||
char *saved_locale, *loc_codeset;
|
||||
PyObject *sys_stream, *sys_isatty;
|
||||
#endif
|
||||
#ifdef MS_WINDOWS
|
||||
char ibuf[128];
|
||||
|
||||
Reference in New Issue
Block a user