Author: Maciej Fijalkowski <[email protected]>
Branch: callback-jit
Changeset: r59582:c000f12d1a8a
Date: 2012-12-27 01:06 +0200
http://bitbucket.org/pypy/pypy/changeset/c000f12d1a8a/
Log: jit does not support weakrefs
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
@@ -106,7 +106,7 @@
'posix', '_socket', '_sre', '_lsprof', '_weakref',
'__pypy__', 'cStringIO', '_collections', 'struct',
'mmap', 'marshal', '_codecs', 'rctime', 'cppyy',
- '_cffi_backend', 'pyexpat']:
+ '_cffi_backend']:
if modname == 'pypyjit' and 'interp_resop' in rest:
return False
return True
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit