]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-92678: Expose managed dict clear and visit functions (#95246)
authorMark Shannon <mark@hotpy.org>
Mon, 25 Jul 2022 21:30:53 +0000 (22:30 +0100)
committerGitHub <noreply@github.com>
Mon, 25 Jul 2022 21:30:53 +0000 (22:30 +0100)
commit27055d766ab0ee5ddcfbd1fb51fb47419af1ddba
tree0e9f2ca9f0a8eac1e354e357aa7cee4581578e1e
parent2d26449b06f310d72eb7df58a7133a16d47d30ed
GH-92678: Expose managed dict clear and visit functions (#95246)
Include/cpython/dictobject.h
Lib/test/test_capi.py
Misc/NEWS.d/next/C API/2022-07-25-15-54-27.gh-issue-92678.ziZpxz.rst [new file with mode: 0644]
Modules/_testcapimodule.c
Objects/dictobject.c