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 yselivanov
Recipients methane, serhiy.storchaka, vstinner, yselivanov
Date 2018-01-22.16:37:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1516639058.13.0.467229070634.issue32623@psf.upfronthosting.co.za>
In-reply-to
Content
We should investigate whether we want dicts to compact themselves on del/pop operations.  Currently we have to rely on workarounds to have compactable dict.copy (see issue 31179) etc.
History
Date User Action Args
2018-01-22 16:37:38yselivanovsetrecipients: + yselivanov, vstinner, methane, serhiy.storchaka
2018-01-22 16:37:38yselivanovsetmessageid: <1516639058.13.0.467229070634.issue32623@psf.upfronthosting.co.za>
2018-01-22 16:37:38yselivanovlinkissue32623 messages
2018-01-22 16:37:38yselivanovcreate