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

arigo at codespeak.net arigo at codespeak.net
Mon Nov 7 12:46:41 CET 2005


Author: arigo
Date: Mon Nov  7 12:46:40 2005
New Revision: 19597

Modified:
   pypy/dist/pypy/translator/goal/targetpypystandalone.py
Log:
threads kind-of-work-a-bit now, so re-enable the switch in targetpypystandalone.


Modified: pypy/dist/pypy/translator/goal/targetpypystandalone.py
==============================================================================
--- pypy/dist/pypy/translator/goal/targetpypystandalone.py	(original)
+++ pypy/dist/pypy/translator/goal/targetpypystandalone.py	Mon Nov  7 12:46:40 2005
@@ -83,8 +83,6 @@
 
     usemodules = []
     if options.thread:
-        print "threads unsupported right now: need thread-safe stack_too_big"
-        raise SystemExit        
         usemodules.append('thread')
         
     space = StdObjSpace(nofaking=True,



More information about the Pypy-commit mailing list