Skip to content

Commit 84e2a18

Browse files
author
martin.v.loewis
committed
Move sys_stream and sys_isatty out of the have-langinfo block.
git-svn-id: http://svn.python.org/projects/python/trunk@63848 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent 0314055 commit 84e2a18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/pythonrun.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,9 @@ Py_InitializeEx(int install_sigs)
138138
char *errors = NULL;
139139
int free_codeset = 0;
140140
int overridden = 0;
141+
PyObject *sys_stream, *sys_isatty;
141142
#if defined(Py_USING_UNICODE) && defined(HAVE_LANGINFO_H) && defined(CODESET)
142143
char *saved_locale, *loc_codeset;
143-
PyObject *sys_stream, *sys_isatty;
144144
#endif
145145
#ifdef MS_WINDOWS
146146
char ibuf[128];

0 commit comments

Comments
 (0)