[pypy-svn] pypy default: inline _sre methods

alex_gaynor commits-noreply at bitbucket.org
Sat Mar 12 22:29:37 CET 2011


Author: Alex Gaynor <alex.gaynor at gmail.com>
Branch: 
Changeset: r42536:77fe06f486e0
Date: 2011-03-12 16:29 -0500
http://bitbucket.org/pypy/pypy/changeset/77fe06f486e0/

Log:	inline _sre methods

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
@@ -14,7 +14,7 @@
             modname, _ = modname.split('.', 1)
         if modname in ['pypyjit', 'signal', 'micronumpy', 'math', 'exceptions',
                        'imp', 'sys', 'array', '_ffi', 'itertools', 'operator',
-                       '_socket']:
+                       '_socket', '_sre']:
             return True
         return False
 


More information about the Pypy-commit mailing list