Author: Maciej Fijalkowski <[email protected]>
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
 
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to