hashtable.h now supports keys of any size
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*).
V
Victor Stinner committed
285cf0a6014af147b82a3446d9e088ad0332720d
Parent: 928bff0