Author: Maciej Fijalkowski <[email protected]>
Branch: callback-jit
Changeset: r59579:3fbefa4900b1
Date: 2012-12-27 00:12 +0200
http://bitbucket.org/pypy/pypy/changeset/3fbefa4900b1/

Log:    no wonder pyexpat is slow

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

Reply via email to