]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41333: Convert OrderedDict.pop() to Argument Clinic (GH-21534)
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 19 Jul 2020 06:18:55 +0000 (09:18 +0300)
committerGitHub <noreply@github.com>
Sun, 19 Jul 2020 06:18:55 +0000 (09:18 +0300)
commit6bf3237379b17632db52cb39d181e8bac70173f3
treef8e603563cc5cae091f48559c5559b1a3d51339a
parentc53b310e5926266ce267c44a168165cacd786d6e
bpo-41333: Convert OrderedDict.pop() to Argument Clinic (GH-21534)
Misc/NEWS.d/next/Library/2020-07-18-18-07-40.bpo-41333.upkHIm.rst [new file with mode: 0644]
Objects/clinic/dictobject.c.h
Objects/clinic/odictobject.c.h
Objects/dictobject.c
Objects/odictobject.c