summaryrefslogtreecommitdiffstats
path: root/Modules/hashtable.c
Commit message (Collapse)AuthorAgeFilesLines
* Closes #21892, #21893: Use PY_FORMAT_SIZE_T instead of %zi or %zu to format CVictor Stinner2014-07-011-2/+3
| | | | size_t, because %zi/%u is not supported on all platforms.
* Issue #21036: Fix typo in macro nameVictor Stinner2014-03-241-2/+2
| | | | _PY_HASHTABLE_ENTRY_DATA => _Py_HASHTABLE_ENTRY_DATA
* Issue #18874: Implement the PEP 454 (tracemalloc)Victor Stinner2013-11-231-0/+518