mirror of https://github.com/python/cpython
Browse Source
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.pull/20032/head
committed by
GitHub
1 changed files with 3 additions and 1 deletions
Loading…
Reference in new issue