Author: Maciej Fijalkowski <[email protected]>
Branch: rdict-experiments-3
Changeset: r67601:5c1b0e817070
Date: 2013-10-25 18:07 +0200
http://bitbucket.org/pypy/pypy/changeset/5c1b0e817070/
Log: don't look into this function
diff --git a/rpython/rtyper/lltypesystem/rdict.py
b/rpython/rtyper/lltypesystem/rdict.py
--- a/rpython/rtyper/lltypesystem/rdict.py
+++ b/rpython/rtyper/lltypesystem/rdict.py
@@ -609,6 +609,7 @@
some += newsize >> 3
return newsize + some
[email protected]_look_inside
def ll_dict_grow(d):
if d.num_items < d.num_used_items // 4:
ll_dict_remove_deleted_items(d)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit