]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-125608: Trigger dictionary watchers when inline values change (#125611)
authorSam Gross <colesbury@gmail.com>
Mon, 21 Oct 2024 12:23:38 +0000 (08:23 -0400)
committerGitHub <noreply@github.com>
Mon, 21 Oct 2024 12:23:38 +0000 (08:23 -0400)
commit5989eb74463c26780632f17f221d6bf4c9372a01
treeffd51e250e9c098ad2356e5f9a116a7eef027916
parent0cd21406bf84b3b4927a8117024232774823aee0
gh-125608: Trigger dictionary watchers when inline values change (#125611)

Dictionary watchers on an object's attributes dictionary
(`object.__dict__`) were not triggered when the managed dictionary used
the object's inline values.
Lib/test/test_capi/test_watchers.py
Misc/NEWS.d/next/C_API/2024-10-16-19-28-23.gh-issue-125608.gTsU2g.rst [new file with mode: 0644]
Objects/dictobject.c