mirror of
https://github.com/python/cpython.git
synced 2026-08-12 08:16:41 +08:00
_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().
Miscellaneous source files for the main Python shared library