Xiang Zhang added the comment:

Then how about entries(key, value pairs)? The size of entries does not match 
the available hash slots. For example, an empty dict allocates a hash array 
with 5 available slots and 5 entries. Now we resize the hash array to size 16 
and it can afford 10 entries but you only get room for 5 entries. How could we 
insert the 6th entry?

----------
nosy: +xiang.zhang

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue28199>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to