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 vstinner
Recipients Mark.Shannon, brandtbucher, methane, vstinner
Date 2021-05-22.19:06:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1621710364.01.0.524420318602.issue44206@roundup.psfhosted.org>
In-reply-to
Content
> Add a version number to dict keys.

Is the version on the key or on the value? Does the version change if a value is changed like d[1]="a"; d[1]="b"?
History
Date User Action Args
2021-05-22 19:06:04vstinnersetrecipients: + vstinner, methane, Mark.Shannon, brandtbucher
2021-05-22 19:06:04vstinnersetmessageid: <1621710364.01.0.524420318602.issue44206@roundup.psfhosted.org>
2021-05-22 19:06:04vstinnerlinkissue44206 messages
2021-05-22 19:06:03vstinnercreate