mirror of
https://github.com/python/cpython.git
synced 2026-05-14 16:38:19 -04:00
6067d4bc3c
Avoid unnecessary overhead in _PyDict_GetItemIdWithError() by calling _PyDict_GetItem_KnownHash() instead of the more generic PyDict_GetItemWithError(), since we already know the hash of interned strings.
Source files for various builtin objects