Author: Maciej Fijalkowski <[email protected]>
Branch: rdict-experiments-3
Changeset: r67311:50d00c894de1
Date: 2013-10-11 12:10 +0200
http://bitbucket.org/pypy/pypy/changeset/50d00c894de1/

Log:    we can end up with -1 here, but it's ok

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
@@ -553,7 +553,6 @@
     d.num_used_items += 1
     d.num_items += 1
     rc = d.resize_counter - 3
-    ll_assert(rc > 0, "_ll_dict_insertclean: overflow")
     d.resize_counter = rc
 
 def _ll_len_of_d_indexes(d):
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to