mirror of
https://github.com/python/cpython.git
synced 2026-05-08 13:40:46 -04:00
285cf0a601
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