Message310607
| 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:32 | vstinner | set | recipients: + vstinner, methane, serhiy.storchaka, yselivanov |
| 2018-01-24 16:20:32 | vstinner | link | issue32623 messages |
| 2018-01-24 16:20:32 | vstinner | create | |