[pypy-svn] r17602 - pypy/dist/pypy/translator/goal

arigo at codespeak.net arigo at codespeak.net
Fri Sep 16 20:30:00 CEST 2005


Author: arigo
Date: Fri Sep 16 20:29:59 2005
New Revision: 17602

Modified:
   pypy/dist/pypy/translator/goal/targetpypystandalone.py
Log:
-boehm disables threads, but prints that it doesn't disable threads :-/


Modified: pypy/dist/pypy/translator/goal/targetpypystandalone.py
==============================================================================
--- pypy/dist/pypy/translator/goal/targetpypystandalone.py	(original)
+++ pypy/dist/pypy/translator/goal/targetpypystandalone.py	Fri Sep 16 20:29:59 2005
@@ -59,7 +59,7 @@
     StdObjSpace.setup_old_style_classes = lambda self: None
     if __main__.options.get('-boehm'):
         #print "disabling thread with boehm for stabilitiy (combination not tested)"
-        print "trying threads and boehm"
+        #print "trying threads and boehm"
         usemodules = []
     else:
         usemodules = ['thread']



More information about the Pypy-commit mailing list