Author: Ronan Lamy <[email protected]>
Branch: py3.7
Changeset: r97342:66823f138171
Date: 2019-08-30 15:12 +0100
http://bitbucket.org/pypy/pypy/changeset/66823f138171/

Log:    Keep app_main sysflags in sync with sys.flags

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
@@ -384,6 +384,8 @@
     "quiet",
     "hash_randomization",
     "isolated",
+    "dev_mode",
+    "utf8_mode",
 )
 # ^^^ Order is significant!  Keep in sync with module.sys.app.sysflags
 
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to