This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author carljm
Recipients Dennis Sweeney, Mark.Shannon, barry, brandtbucher, carljm, dino.viehland, gregory.p.smith, gvanrossum, itamaro
Date 2022-03-09.19:41:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1646854894.68.0.924740569285.issue46896@roundup.psfhosted.org>
In-reply-to
Content
> have you considered watching dict keys rather than whole dicts?

Just realized that I misunderstood this suggestion; you don't mean per-key watching necessarily, you just mean _not_ notifying on dict values changes. Now I understand better how that connects to the second part of your comment! But yeah, I don't want this limitation on dict watching use cases.
History
Date User Action Args
2022-03-09 19:41:34carljmsetrecipients: + carljm, gvanrossum, barry, gregory.p.smith, dino.viehland, Mark.Shannon, brandtbucher, Dennis Sweeney, itamaro
2022-03-09 19:41:34carljmsetmessageid: <1646854894.68.0.924740569285.issue46896@roundup.psfhosted.org>
2022-03-09 19:41:34carljmlinkissue46896 messages
2022-03-09 19:41:34carljmcreate