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 serhiy.storchaka
Recipients ncoghlan, rhettinger, serhiy.storchaka
Date 2015-06-21.17:15:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1434906959.46.0.0868729536959.issue24483@psf.upfronthosting.co.za>
In-reply-to
Content
New patch adds _PyDict_DelItem_KnownHash() and uses it to guarantee that the hash is only calculated once.
History
Date User Action Args
2015-06-21 17:15:59serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, ncoghlan
2015-06-21 17:15:59serhiy.storchakasetmessageid: <1434906959.46.0.0868729536959.issue24483@psf.upfronthosting.co.za>
2015-06-21 17:15:59serhiy.storchakalinkissue24483 messages
2015-06-21 17:15:59serhiy.storchakacreate