mirror of
https://github.com/python/cpython.git
synced 2026-06-21 18:41:52 -04:00
Marc-Andre Lemburg:
Added Py_UnicodeFlag for use by the -U command line option.
This commit is contained in:
@@ -88,6 +88,7 @@ int Py_InteractiveFlag; /* Needed by Py_FdIsInteractive() below */
|
||||
int Py_NoSiteFlag; /* Suppress 'import site' */
|
||||
int Py_UseClassExceptionsFlag = 1; /* Needed by bltinmodule.c */
|
||||
int Py_FrozenFlag; /* Needed by getpath.c */
|
||||
int Py_UnicodeFlag = 0; /* Needed by compile.c */
|
||||
|
||||
static int initialized = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user