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 methane
Recipients methane
Date 2020-10-31.02:45:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604112310.5.0.199366439143.issue42216@roundup.psfhosted.org>
In-reply-to
Content
> But `dict.popitem()` returns the last item in the insertion order. The item must be the last item of collision chain too.

This assumption was wrong. Inserting new item may overwrite dummy entry. In this case, the last item in the middle of collision chain.
History
Date User Action Args
2020-10-31 02:45:10methanesetrecipients: + methane
2020-10-31 02:45:10methanesetmessageid: <1604112310.5.0.199366439143.issue42216@roundup.psfhosted.org>
2020-10-31 02:45:10methanelinkissue42216 messages
2020-10-31 02:45:10methanecreate