Author: Ronan Lamy <[email protected]>
Branch: fix-broken-types
Changeset: r88551:1d3afc4858e4
Date: 2016-11-22 19:06 +0000
http://bitbucket.org/pypy/pypy/changeset/1d3afc4858e4/
Log: just change the default config option to see what breaks
diff --git a/rpython/config/translationoption.py
b/rpython/config/translationoption.py
--- a/rpython/config/translationoption.py
+++ b/rpython/config/translationoption.py
@@ -184,7 +184,7 @@
BoolOption("brokentypes",
"Allow unsafe type unions in the annotator for "
"backwards compatibility.",
- default=True,
+ default=False,
cmdline='--broken-types'),
IntOption("withsmallfuncsets",
"Represent groups of less funtions than this as indices into an
array",
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit