STINNER Victor <victor.stin...@haypocalc.com> added the comment:

SafeDict.py: with this solution, the hash of key has to be recomputed at each 
access to the dict (creation, get, set), the hash is not cached in the string 
object.

----------

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

Reply via email to