[pypy-svn] r75917 - pypy/branch/reflex-support/pypy/module/pypyjit

cfbolz at codespeak.net cfbolz at codespeak.net
Tue Jul 6 16:31:33 CEST 2010


Author: cfbolz
Date: Tue Jul  6 16:31:31 2010
New Revision: 75917

Modified:
   pypy/branch/reflex-support/pypy/module/pypyjit/policy.py
Log:
let the JIT see our new module


Modified: pypy/branch/reflex-support/pypy/module/pypyjit/policy.py
==============================================================================
--- pypy/branch/reflex-support/pypy/module/pypyjit/policy.py	(original)
+++ pypy/branch/reflex-support/pypy/module/pypyjit/policy.py	Tue Jul  6 16:31:31 2010
@@ -11,7 +11,7 @@
         if '.' in modname:
             modname, _ = modname.split('.', 1)
         if modname in ['pypyjit', 'signal', 'micronumpy', 'math', 'exceptions',
-                       'imp', 'sys']:
+                       'imp', 'sys', 'cppyy']:
             return True
         return False
 



More information about the Pypy-commit mailing list