Author: Maciej Fijalkowski <[email protected]>
Branch: inline-dict-ops
Changeset: r45475:f9f66c11aa58
Date: 2011-07-10 16:08 +0200
http://bitbucket.org/pypy/pypy/changeset/f9f66c11aa58/

Log:    look into this function

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
@@ -874,7 +874,6 @@
         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

Reply via email to