Author: Armin Rigo <[email protected]>
Branch: stm-thread-2
Changeset: r58727:542b7f67e40c
Date: 2012-11-04 13:40 +0100
http://bitbucket.org/pypy/pypy/changeset/542b7f67e40c/

Log:    Kill old commented-out lines

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
@@ -148,11 +148,8 @@
         global space, entry_point
 
         if config.translation.stm:
-            #config.objspace.usemodules.transaction = True
             config.objspace.usemodules.signal = False     # XXX! FIXME
             config.translation.thread = True
-        #elif config.objspace.usemodules.transaction:
-        #    raise Exception("use --stm, not --withmod-transaction alone")
 
         if config.objspace.allworkingmodules:
             from pypy.config.pypyoption import enable_allworkingmodules
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to