aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'pypy/interpreter/app_main.py')
-rwxr-xr-xpypy/interpreter/app_main.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/pypy/interpreter/app_main.py b/pypy/interpreter/app_main.py
index 3ba312c7c8..b695384c24 100755
--- a/pypy/interpreter/app_main.py
+++ b/pypy/interpreter/app_main.py
@@ -381,6 +381,8 @@ def set_io_encoding(io_encoding, io_encoding_output, errors, overridden):
set_file_encoding(f, encoding, errors)
# Order is significant!
+# Keep synchronized with pypy.module.sys.app.sysflags and
+# pypy.module.cpyext._flags
sys_flags = (
"debug",
"py3k_warning",