mirror of
https://github.com/python/cpython.git
synced 2026-01-28 05:35:31 +00:00
Issue #26588: hashtable.h now supports keys of any size, not only sizeof(void*). It allows to support key larger than sizeof(void*), but also to use less memory for key smaller than sizeof(void*).
Miscellaneous source files for the main Python shared library