Author: Armin Rigo <[email protected]>
Branch:
Changeset: r68877:b9d43659244a
Date: 2014-01-23 21:41 +0100
http://bitbucket.org/pypy/pypy/changeset/b9d43659244a/
Log: Fix
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
@@ -99,7 +99,7 @@
modname == '__builtin__.descriptor' or
modname == 'thread.os_local' or
modname == 'thread.os_thread' or
- modname.startswith('_rawffi.alt'):
+ 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