SIGN IN SIGN UP

bpo-40602: Optimize _Py_hashtable_get_ptr() (GH-20066)

_Py_hashtable_get_entry_ptr() avoids comparing the entry hash:
compare directly keys.

Move _Py_hashtable_get_entry_ptr() just after
_Py_hashtable_get_entry_generic().
V
Victor Stinner committed
42bae3a3d9d79f28e6b3b619bd27296d125c4c2c
Parent: 5b0a303
Committed by GitHub <noreply@github.com> on 5/13/2020, 3:36:23 AM