• Victor Stinner's avatar
    hashtable.h now supports keys of any size · 5103ab4c
    Victor Stinner authored
    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*).
    5103ab4c
marshal.c 49.8 KB