Author: Maciej Fijalkowski <[email protected]>
Branch: inline-dict-ops
Changeset: r47763:6da395d124d3
Date: 2011-10-01 15:58 -0300
http://bitbucket.org/pypy/pypy/changeset/6da395d124d3/

Log:    don't look inside ll_dict_lookup, it's a bit sketchy

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
@@ -528,6 +528,7 @@
 # ------- a port of CPython's dictobject.c's lookdict implementation -------
 PERTURB_SHIFT = 5
 
[email protected]_look_inside
 def ll_dict_lookup(d, key, hash):
     entries = d.entries
     ENTRIES = lltype.typeOf(entries).TO
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to