Author: Armin Rigo <[email protected]>
Branch: py3.5
Changeset: r87110:d72441d11e7e
Date: 2016-09-14 16:56 +0100
http://bitbucket.org/pypy/pypy/changeset/d72441d11e7e/
Log: Write down a message to avoid being hit by 0419bc15bcf5 again
diff --git a/pypy/interpreter/app_main.py b/pypy/interpreter/app_main.py
--- a/pypy/interpreter/app_main.py
+++ b/pypy/interpreter/app_main.py
@@ -336,7 +336,6 @@
return stream
-# Order is significant!
sys_flags = (
"debug",
"inspect",
@@ -352,6 +351,7 @@
"hash_randomization",
"isolated",
)
+# ^^^ Order is significant! Keep in sync with module.sys.app.sysflags
default_options = dict.fromkeys(
sys_flags +
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit