]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] GH-92678: Expose managed dict clear and visit functions (GH-95246). (#95256)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Mon, 25 Jul 2022 22:05:27 +0000 (23:05 +0100)
committerGitHub <noreply@github.com>
Mon, 25 Jul 2022 22:05:27 +0000 (23:05 +0100)
commit7f731943393d57cf26ed5f2353e6e53084cd55fd
treec8c8abdbf76cf74188d0dd7f7c775660007826c7
parent4c10dbab4e677a2aa2e37211d418293a542c3bc4
[3.11] GH-92678: Expose managed dict clear and visit functions (GH-95246). (#95256)

Co-authored-by: Mark Shannon <mark@hotpy.org>
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