Author: Armin Rigo <[email protected]>
Branch: stmgc-c7
Changeset: r74429:88991c2dc871
Date: 2014-11-10 16:17 +0100
http://bitbucket.org/pypy/pypy/changeset/88991c2dc871/
Log: Enable the _stm module when translating with stm
diff --git a/pypy/goal/targetpypystandalone.py
b/pypy/goal/targetpypystandalone.py
--- a/pypy/goal/targetpypystandalone.py
+++ b/pypy/goal/targetpypystandalone.py
@@ -245,6 +245,7 @@
if config.translation.stm:
config.translation.thread = True
+ config.objspace.usemodules._stm = True
if config.objspace.allworkingmodules:
from pypy.config.pypyoption import enable_allworkingmodules
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit