Author: Nicolas Truessel <[email protected]>
Branch: quad-color-gc
Changeset: r86853:9c2ceea892ed
Date: 2016-09-03 10:31 +0200
http://bitbucket.org/pypy/pypy/changeset/9c2ceea892ed/
Log: Claim QCGC supports rweakref to make pypy executable useable
diff --git a/rpython/config/translationoption.py
b/rpython/config/translationoption.py
--- a/rpython/config/translationoption.py
+++ b/rpython/config/translationoption.py
@@ -79,7 +79,7 @@
("translation.gcrootfinder", "qcgc"),
("translation.gcremovetypeptr", True),
("translation.thread", False),
- ("translation.rweakref", False)],
+ ("translation.rweakref", True)], # XXX
"minimark": [("translation.gctransformer", "framework")],
"incminimark": [("translation.gctransformer",
"framework")],
},
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit