mirror of
https://github.com/python/cpython.git
synced 2026-01-27 13:15:25 +00:00
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.
Miscellaneous source files for the main Python shared library