Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
c7a8f67411f45d26910c71603fe5a567f1dd6605
/
Modules
/
hashtable.c
f051e43
Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly optimize memcpy().
by Christian Heimes
· 8 years ago
35b40c6
merge 3.5
by Benjamin Peterson
· 8 years ago
4a75760
do not memcpy from NULL
by Benjamin Peterson
· 8 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
· 10 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
· 11 years ago