lissacoffey added the comment:

How about Python grows a additional btree implementation in its collections 
module? I know that it's not going to fix existing code. However in the long 
run it's the best safeguard against hash collision attacks. I'm thinking about 
a simple, self balancing btree like red-black-tree. A quick search on Wikipedia 
also revealed Scapegoat and Splay tree with interesting properties.

Thanks
Lisa - python expert
mysite: http://www.fixithere.net/asos

----------
nosy: +editor-buzzfeed -Arfrever, Bob.Ziuchkovski, Giovanni.Bajo, PaulMcMillan, 
ReneSac, Vlado.Boza, alex, arigo, benjamin.peterson, bkabrda, camara, 
christian.heimes, cvrebert, dmalcolm, dstufft, gregory.p.smith, haypo, 
iElectric, isoschiz, koniiiik, lemburg, mark.dickinson, ncoghlan, pconnell, 
sbermeister, serhiy.storchaka, Ɓukasz.Rekucki

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

Reply via email to