Author: Armin Rigo <[email protected]>
Branch: stm-gc
Changeset: r52805:5c85b1a8c846
Date: 2012-02-23 15:00 +0100
http://bitbucket.org/pypy/pypy/changeset/5c85b1a8c846/
Log: Disable the signal module with stm for now.
diff --git a/pypy/translator/goal/targetpypystandalone.py
b/pypy/translator/goal/targetpypystandalone.py
--- a/pypy/translator/goal/targetpypystandalone.py
+++ b/pypy/translator/goal/targetpypystandalone.py
@@ -187,6 +187,7 @@
if config.translation.stm:
config.objspace.usemodules.transaction = True
+ config.objspace.usemodules.signal = False # XXX!
elif config.objspace.usemodules.transaction:
raise Exception("use --stm, not --withmod-transaction alone")
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit