mirror of
https://github.com/python/cpython.git
synced 2026-05-08 05:32:01 -04:00
f453221c8b
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