Author: Alex Gaynor <[email protected]>
Branch:
Changeset: r45205:5da5234186ef
Date: 2011-06-30 17:21 -0700
http://bitbucket.org/pypy/pypy/changeset/5da5234186ef/
Log: Don't look inside ll_popitem, it requires getinteriorfield in the
JIT.
diff --git a/pypy/rpython/lltypesystem/rdict.py
b/pypy/rpython/lltypesystem/rdict.py
--- a/pypy/rpython/lltypesystem/rdict.py
+++ b/pypy/rpython/lltypesystem/rdict.py
@@ -869,6 +869,7 @@
global_popitem_index.nextindex = base + counter
return i
[email protected]_look_inside
def ll_popitem(ELEM, dic):
i = _ll_getnextitem(dic)
entry = dic.entries[i]
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit