summaryrefslogtreecommitdiff
path: root/Include/cpython/dictobject.h
Commit message (Expand)AuthorAgeFilesLines
* bpo-40428: Remove PyTuple_ClearFreeList() function (GH-19769)Victor Stinner2020-04-291-2/+0
* bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112)Serhiy Storchaka2019-02-251-0/+1
* bpo-35134: Create Include/cpython/dictobject.h (GH-10732)Victor Stinner2018-11-271-0/+93