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 scoder
Recipients scoder
Date 2020-05-09.09:47:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1589017629.56.0.630851682841.issue40575@roundup.psfhosted.org>
In-reply-to
Content
_PyDict_GetItemIdWithError() looks up interned strings, which always have their hash value initialised. It can call _PyDict_GetItem_KnownHash() directly.
History
Date User Action Args
2020-05-09 09:47:09scodersetrecipients: + scoder
2020-05-09 09:47:09scodersetmessageid: <1589017629.56.0.630851682841.issue40575@roundup.psfhosted.org>
2020-05-09 09:47:09scoderlinkissue40575 messages
2020-05-09 09:47:09scodercreate