[pypy-svn] r17005 - pypy/release/0.7.x/pypy/translator/goal

cfbolz at codespeak.net cfbolz at codespeak.net
Sun Aug 28 14:21:37 CEST 2005


Author: cfbolz
Date: Sun Aug 28 14:21:37 2005
New Revision: 17005

Modified:
   pypy/release/0.7.x/pypy/translator/goal/targetpypystandalone.py
Log:
Oumphf.


Modified: pypy/release/0.7.x/pypy/translator/goal/targetpypystandalone.py
==============================================================================
--- pypy/release/0.7.x/pypy/translator/goal/targetpypystandalone.py	(original)
+++ pypy/release/0.7.x/pypy/translator/goal/targetpypystandalone.py	Sun Aug 28 14:21:37 2005
@@ -57,7 +57,7 @@
 
     # disable translation of the whole of classobjinterp.py
     StdObjSpace.setup_old_style_classes = lambda self: None
-    if '-boehm' in __main__.options:
+    if __main__.options.get('-boehm'):
         print "disabling thread with boehm for stabilitiy (combination not tested)"
         usemodules = []
     else:



More information about the Pypy-commit mailing list