COMMITS
/ Python/hashtable.c December 6, 2023
V
gh-111545: Add Py_HashPointer() function (#112096)
Victor Stinner committed
August 31, 2023
V
gh-108634: Py_TRACE_REFS uses a hash table (#108663)
Victor Stinner committed
July 27, 2023
E
gh-106931: Intern Statically Allocated Strings Globally (gh-107272)
Eric Snow committed
July 22, 2023
V
gh-106320: Move private _PyHash API to the internal C API (#107026)
Victor Stinner committed
June 22, 2020
C
bpo-41061: Fix incorrect expressions in hashtable (GH-21028)
Christian Heimes committed
May 14, 2020
V
bpo-40602: _Py_hashtable_set() reports rehash failure (GH-20077)
Victor Stinner committed
V
bpo-40602: Write unit tests for _Py_hashtable_t (GH-20091)
Victor Stinner committed
May 13, 2020
V
bpo-40602: Optimize _Py_hashtable_get_ptr() (GH-20066)
Victor Stinner committed
V
bpo-40609: _Py_hashtable_t values become void* (GH-20065)
Victor Stinner committed
V
bpo-40609: _tracemalloc allocates traces (GH-20064)
Victor Stinner committed
V
bpo-40609: Add destroy functions to _Py_hashtable (GH-20062)
Victor Stinner committed
V
bpo-40609: Remove _Py_hashtable_t.key_size (GH-20060)
Victor Stinner committed
May 12, 2020
V
bpo-40602: Add _Py_HashPointerRaw() function (GH-20056)
Victor Stinner committed
V
bpo-40602: Optimize _Py_hashtable for pointer keys (GH-20051)
Victor Stinner committed
V
bpo-40602: _Py_hashtable_new() uses PyMem_Malloc() (GH-20046)
Victor Stinner committed
V
bpo-40602: Rename hashtable.h to pycore_hashtable.h (GH-20044)
Victor Stinner committed