[pypy-commit] pypy py3.7: Keep app_main sysflags in sync with sys.flags

rlamy pypy.commits at gmail.com
Fri Aug 30 10:13:04 EDT 2019


Author: Ronan Lamy <ronan.lamy at gmail.com>
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
 


More information about the pypy-commit mailing list