mirror of
https://github.com/python/cpython.git
synced 2024-11-30 18:51:15 +01:00
5989eb7446
Dictionary watchers on an object's attributes dictionary (`object.__dict__`) were not triggered when the managed dictionary used the object's inline values.
4 lines
193 B
ReStructuredText
4 lines
193 B
ReStructuredText
Fix a bug where dictionary watchers (e.g., :c:func:`PyDict_Watch`) on an
|
|
object's attribute dictionary (:attr:`~object.__dict__`) were not triggered
|
|
when the object's attributes were modified.
|