]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add documentation to the dict implementation
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 8 Sep 2016 19:01:25 +0000 (12:01 -0700)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 8 Sep 2016 19:01:25 +0000 (12:01 -0700)
commita4348cc1bef6f97d0a44b5f8fc60fbcffbcf7cb9
tree71d65420a1f2999502bcd6db29b6e7cbcb1e14c1
parent58f7c5a9554e95b030e5d72f7ef4e48db87a6149
Add documentation to the dict implementation

Issue #27350.
Include/dictobject.h
Objects/dict-common.h
Objects/dictobject.c