mirror of
https://github.com/python/cpython.git
synced 2026-08-18 14:25:46 +08: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