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 Mark.Shannon
Recipients Mark.Shannon, brandtbucher, methane, vstinner
Date 2021-05-24.14:39:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1621867194.05.0.198927732637.issue44206@roundup.psfhosted.org>
In-reply-to
Content
The version is on the dict keys. It changes if the dict keys object changes in a meaningful way.

So, no it doesn't change if a value is changed.
Nor would it change if the keys were shared and a new key-value pair is added to a dict, but that key was already in the shared keys.
History
Date User Action Args
2021-05-24 14:39:54Mark.Shannonsetrecipients: + Mark.Shannon, vstinner, methane, brandtbucher
2021-05-24 14:39:54Mark.Shannonsetmessageid: <1621867194.05.0.198927732637.issue44206@roundup.psfhosted.org>
2021-05-24 14:39:54Mark.Shannonlinkissue44206 messages
2021-05-24 14:39:53Mark.Shannoncreate