Author: Armin Rigo <[email protected]>
Branch:
Changeset: r68876:c1b431309ce4
Date: 2014-01-23 21:40 +0100
http://bitbucket.org/pypy/pypy/changeset/c1b431309ce4/
Log: Argh, another fix of 3e844dad3e26
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
@@ -98,7 +98,8 @@
modname == '__builtin__.functional' or
modname == '__builtin__.descriptor' or
modname == 'thread.os_local' or
- modname == 'thread.os_thread'):
+ modname == 'thread.os_thread' or
+ modname.startswith('_rawffi.alt'):
return True
if '.' in modname:
modname, rest = modname.split('.', 1)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit