]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-91052: Add PyDict_Unwatch for unwatching a dictionary (#98055)
authorCarl Meyer <carl@oddbird.net>
Sat, 8 Oct 2022 00:37:46 +0000 (17:37 -0700)
committerGitHub <noreply@github.com>
Sat, 8 Oct 2022 00:37:46 +0000 (17:37 -0700)
commite82d977eb0b53b0d69509b7080107108e5cfc6f9
treeabe6c2f077f76574d7f1c7c61f34ed49ac3cadbb
parent8ba9378b168ad330c158a001afca03d6c028d39b
gh-91052: Add PyDict_Unwatch for unwatching a dictionary (#98055)
Doc/c-api/dict.rst
Doc/whatsnew/3.12.rst
Include/cpython/dictobject.h
Lib/test/test_capi.py
Modules/_testcapimodule.c
Objects/dictobject.c