Author: Antonio Cuni <[email protected]>
Branch: cpyext-jit
Changeset: r91911:ae94f6ae3278
Date: 2017-07-16 14:54 +0100
http://bitbucket.org/pypy/pypy/changeset/ae94f6ae3278/
Log: remove cpyext from the JIT policy blacklist
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 @@
return True
if '.' in modname:
modname, rest = modname.split('.', 1)
- if modname in ['unicodedata', 'gc', '_minimal_curses', 'cpyext']:
+ if modname in ['unicodedata', 'gc', '_minimal_curses']:
return False
else:
rest = ''
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit