bpo-40602: Add _Py_HashPointerRaw() function (GH-20056)
Add a new _Py_HashPointerRaw() function which avoids replacing -1 with -2 to micro-optimize hash table using pointer keys: using _Py_hashtable_hash_ptr() hash function.
V
Victor Stinner committed
f453221c8b80e0570066a9375337f208d50e6406
Parent: 4c9ea09
Committed by GitHub <noreply@github.com>
on 5/12/2020, 4:46:20 PM