Author: Maciej Fijalkowski <[email protected]>
Branch: jitframe-on-heap
Changeset: r60620:508d5ce5b5df
Date: 2013-01-28 19:27 +0200
http://bitbucket.org/pypy/pypy/changeset/508d5ce5b5df/
Log: enable continuation module
diff --git a/pypy/module/pypyjit/policy.py b/pypy/module/pypyjit/policy.py
--- a/pypy/module/pypyjit/policy.py
+++ b/pypy/module/pypyjit/policy.py
@@ -106,7 +106,7 @@
'posix', '_socket', '_sre', '_lsprof', '_weakref',
'__pypy__', 'cStringIO', '_collections', 'struct',
'mmap', 'marshal', '_codecs', 'rctime', 'cppyy',
- '_cffi_backend', 'pyexpat']:
+ '_cffi_backend', 'pyexpat', '_continuation']:
if modname == 'pypyjit' and 'interp_resop' in rest:
return False
return True
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit