[pypy-commit] pypy default: seems to be necessary for running continuation stuff

fijal noreply at buildbot.pypy.org
Wed Jan 25 00:31:26 CET 2012


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: 
Changeset: r51749:e3fbdc682ed9
Date: 2012-01-25 01:30 +0200
http://bitbucket.org/pypy/pypy/changeset/e3fbdc682ed9/

Log:	seems to be necessary for running continuation stuff

diff --git a/pypy/bin/py.py b/pypy/bin/py.py
--- a/pypy/bin/py.py
+++ b/pypy/bin/py.py
@@ -76,6 +76,8 @@
     config.objspace.suggest(allworkingmodules=False)
     if config.objspace.allworkingmodules:
         pypyoption.enable_allworkingmodules(config)
+    if config.objspace.usemodules._continuation:
+        config.translation.continuation = True
     if config.objspace.usemodules.thread:
         config.translation.thread = True
 


More information about the pypy-commit mailing list