bpo-40575: Avoid unnecessary overhead in _PyDict_GetItemIdWithError() (GH-20018)
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.
S
scoder committed
6067d4bc3ce5ff4cfa5b47ceecc84a3941bc031c
Parent: 5b956ca
Committed by GitHub <noreply@github.com>
on 5/11/2020, 4:04:31 AM