diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2016-03-21 21:00:58 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2016-03-21 21:00:58 (GMT) |
commit | 285cf0a6014af147b82a3446d9e088ad0332720d (patch) | |
tree | 829fa2b00f39bf7ff31496cca47ddd127b135e4f /Python/pymath.c | |
parent | 928bff0b26adb643a7078575c9075b4b709c1b16 (diff) | |
download | cpython-285cf0a6014af147b82a3446d9e088ad0332720d.zip cpython-285cf0a6014af147b82a3446d9e088ad0332720d.tar.gz cpython-285cf0a6014af147b82a3446d9e088ad0332720d.tar.bz2 |
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*).
Diffstat (limited to 'Python/pymath.c')
0 files changed, 0 insertions, 0 deletions