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.

Author rhettinger
Recipients ncoghlan, rhettinger, serhiy.storchaka
Date 2015-06-21.16:53:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1434905593.34.0.864317310329.issue24483@psf.upfronthosting.co.za>
In-reply-to
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).
History
Date User Action Args
2015-06-21 16:53:13rhettingersetrecipients: + rhettinger, ncoghlan, serhiy.storchaka
2015-06-21 16:53:13rhettingersetmessageid: <1434905593.34.0.864317310329.issue24483@psf.upfronthosting.co.za>
2015-06-21 16:53:13rhettingerlinkissue24483 messages
2015-06-21 16:53:13rhettingercreate