mirror of
https://github.com/python/cpython.git
synced 2026-07-29 05:08:36 -04:00
Dictionary watchers on an object's attributes dictionary
(`object.__dict__`) were not triggered when the managed dictionary used
the object's inline values.
(cherry picked from commit 5989eb7446)
Co-authored-by: Sam Gross <[email protected]>
Source files for various builtin objects