Message 245601 - Python tracker

This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Content
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).