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 methane, serhiy.storchaka, vstinner, yselivanov
Date 2018-01-24.16:20:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwYnLphT73mzqKHctjzXMB-nXUhO-eVhXc13Hg4qvpUhLw@mail.gmail.com>
In-reply-to <1516809729.57.0.467229070634.issue32623@psf.upfronthosting.co.za>
Content
"This will cause significant performance regression for `dict[a]=None;
del dict[a]` loop. del/pop shouldn't do clear()."

Should we make sure that all dicts have at least MINSIZE entries?
History
Date User Action Args
2018-01-24 16:20:32vstinnersetrecipients: + vstinner, methane, serhiy.storchaka, yselivanov
2018-01-24 16:20:32vstinnerlinkissue32623 messages
2018-01-24 16:20:32vstinnercreate