Antoine Pitrou <pit...@free.fr> added the comment:

Looking at your latest patch, I worry about "any deletion
+(including pop & popitem) causes a split table to become a combined table". 
Why wouldn't you use a dummy pointer (such as ((PyObject *) 1)) to signal 
deleted slots?

----------

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

Reply via email to