Author: Maciej Fijalkowski <[email protected]>
Branch: callback-jit
Changeset: r59640:0045f69c802a
Date: 2012-12-31 13:34 +0200
http://bitbucket.org/pypy/pypy/changeset/0045f69c802a/
Log: enable pyexpat module, again
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']:
+ '_cffi_backend', 'pyexpat']:
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