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 Nicolas Savoire, peter.otten, rhettinger, serhiy.storchaka
Date 2016-12-15.12:07:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481803656.17.0.7762993811.issue28969@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you for your example Peter.

Proposed patch fixes the KeyError. It introduces new private C API _PyDict_Pop_KnownHash(). It is like _PyDict_Pop(), but with precomputed hash.
History
Date User Action Args
2016-12-15 12:07:36serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, peter.otten, Nicolas Savoire
2016-12-15 12:07:36serhiy.storchakasetmessageid: <1481803656.17.0.7762993811.issue28969@psf.upfronthosting.co.za>
2016-12-15 12:07:36serhiy.storchakalinkissue28969 messages
2016-12-15 12:07:36serhiy.storchakacreate