Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
aa01011003bb855cd52abfd49f2443446590d913
/
Python
/
hashtable.c
4901ea9
bpo-41061: Fix incorrect expressions in hashtable (GH-21028)
by Christian Heimes
· 5 years ago
d2dc827
bpo-40602: _Py_hashtable_set() reports rehash failure (GH-20077)
by Victor Stinner
· 5 years ago
a482dc5
bpo-40602: Write unit tests for _Py_hashtable_t (GH-20091)
by Victor Stinner
· 5 years ago
42bae3a
bpo-40602: Optimize _Py_hashtable_get_ptr() (GH-20066)
by Victor Stinner
· 5 years ago
5b0a303
bpo-40609: _Py_hashtable_t values become void* (GH-20065)
by Victor Stinner
· 5 years ago
d95bd42
bpo-40609: _tracemalloc allocates traces (GH-20064)
by Victor Stinner
· 5 years ago
2d0a3d6
bpo-40609: Add destroy functions to _Py_hashtable (GH-20062)
by Victor Stinner
· 5 years ago
f9b3b58
bpo-40609: Remove _Py_hashtable_t.key_size (GH-20060)
by Victor Stinner
· 5 years ago
f453221
bpo-40602: Add _Py_HashPointerRaw() function (GH-20056)
by Victor Stinner
· 5 years ago
7c6e970
bpo-40602: Optimize _Py_hashtable for pointer keys (GH-20051)
by Victor Stinner
· 5 years ago
d0919f0
bpo-40602: _Py_hashtable_new() uses PyMem_Malloc() (GH-20046)
by Victor Stinner
· 5 years ago
b617993
bpo-40602: Rename hashtable.h to pycore_hashtable.h (GH-20044)
by Victor Stinner
· 5 years ago
[Renamed (99%) from Modules/hashtable.c]
1a2252e
bpo-36594: Fix incorrect use of %p in format strings (GH-12769)
by Zackery Spytz
· 6 years ago
8c663fd
Replace KB unit with KiB (#4293)
by Victor Stinner
· 8 years ago
f051e43
Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly optimize memcpy().
by Christian Heimes
· 9 years ago
35b40c6
merge 3.5
by Benjamin Peterson
· 9 years ago
4a75760
do not memcpy from NULL
by Benjamin Peterson
· 9 years ago
5dacbd4
Cleanup hashtable.h
by Victor Stinner
· 9 years ago
e8c6b2f
Issue #26588:
by Victor Stinner
· 9 years ago
5810005
Remove _Py_hashtable_delete()
by Victor Stinner
· 9 years ago
c955387
Simplify implementation of hashtable.c
by Victor Stinner
· 9 years ago
285cf0a
hashtable.h now supports keys of any size
by Victor Stinner
· 9 years ago
322bc12
Ooops, revert changeset ea9efa06c137
by Victor Stinner
· 9 years ago
51b846c
_tracemalloc: add domain to trace keys
by Victor Stinner
· 9 years ago
0611c26
On memory error, dump the memory block traceback
by Victor Stinner
· 9 years ago
293f3f5
Closes #21892, #21893: Use PY_FORMAT_SIZE_T instead of %zi or %zu to format C
by Victor Stinner
· 11 years ago
d9a7352
Issue #21036: Fix typo in macro name
by Victor Stinner
· 11 years ago
ed3b0bc
Issue #18874: Implement the PEP 454 (tracemalloc)
by Victor Stinner
· 12 years ago