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 pitrou, vstinner
Date 2016-01-09.11:09:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452337765.39.0.629169818327.issue26058@psf.upfronthosting.co.za>
In-reply-to
Content
> I don't understand this:
>> The version 0 is reserved for "missing key"

Oh, ignore it, it's an outdated comment :-) Dictionary version is initialized to 0, it's not more "reserved".

FYI I added the comment in my first implementation which also added a version to dictionary *entries*.
History
Date User Action Args
2016-01-09 11:09:25vstinnersetrecipients: + vstinner, pitrou
2016-01-09 11:09:25vstinnersetmessageid: <1452337765.39.0.629169818327.issue26058@psf.upfronthosting.co.za>
2016-01-09 11:09:25vstinnerlinkissue26058 messages
2016-01-09 11:09:25vstinnercreate