Raymond Hettinger added the comment:

I would like the full functionality of the Python version to be implemented.   
Guaranteeing that the hash is only calculated once prevents a reentrancy hole 
and provides a speed benefit as well.  Please implement exactly what the pure 
python version does (no more than one call to hash ever).

----------

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

Reply via email to