]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-91052: Add C API for watching dictionaries (GH-31787)
authorCarl Meyer <carl@oddbird.net>
Fri, 7 Oct 2022 00:08:00 +0000 (17:08 -0700)
committerGitHub <noreply@github.com>
Fri, 7 Oct 2022 00:08:00 +0000 (01:08 +0100)
commita4b7794887929f82c532fcd055326954ff1197ce
tree257e2dc783858251f893d75c17663913b05a0fad
parent683ab859554c34831fcecc854de35745d7fd603c
GH-91052: Add C API for watching dictionaries (GH-31787)
Doc/c-api/dict.rst
Include/cpython/dictobject.h
Include/internal/pycore_dict.h
Include/internal/pycore_interp.h
Lib/test/test_capi.py
Misc/NEWS.d/next/Core and Builtins/2022-10-03-16-12-39.gh-issue-91052.MsYL9d.rst [new file with mode: 0644]
Modules/_testcapimodule.c
Objects/dictobject.c
Python/ceval.c
Python/pystate.c