mirror of
https://github.com/python/cpython.git
synced 2026-06-26 12:54:12 -04:00
f9b3b582b8
Rewrite _Py_hashtable_t type to always store the key as a "const void *" pointer. Add an explicit "key" member to _Py_hashtable_entry_t. Remove _Py_hashtable_t.key_size member. hash and compare functions drop their hash table parameter, and their 'key' parameter type becomes "const void *".
Miscellaneous source files for the main Python shared library