Author: Matti Picus <matti.pi...@gmail.com>
Branch: py3.6
Changeset: r98017:ef6a3e3097d2
Date: 2019-11-10 21:30 -0500
http://bitbucket.org/pypy/pypy/changeset/ef6a3e3097d2/

Log:    add missing reinterpretasserts option

diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py
--- a/pypy/config/pypyoption.py
+++ b/pypy/config/pypyoption.py
@@ -218,7 +218,10 @@
         BoolOption("newshortcut",
                    "cache and shortcut calling __new__ from builtin types",
                    default=False),
-
+        BoolOption("reinterpretasserts",
+                   "Perform reinterpretation when an assert fails "
+                   "(only relevant for tests)",
+                   default=False),
      ]),
 ])
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to