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, serhiy.storchaka, vstinner, yselivanov
Date 2018-01-25.00:46:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1516841177.46.0.467229070634.issue32623@psf.upfronthosting.co.za>
In-reply-to
Content
> Should we make sure that all dicts have at least MINSIZE entries?

I don't think so.  I think "allocate on first insert" is good idea for dict.clear()
And I think it's good idea for new dict too:
https://github.com/python/cpython/pull/1080
History
Date User Action Args
2018-01-25 00:46:17methanesetrecipients: + methane, vstinner, serhiy.storchaka, yselivanov
2018-01-25 00:46:17methanesetmessageid: <1516841177.46.0.467229070634.issue32623@psf.upfronthosting.co.za>
2018-01-25 00:46:17methanelinkissue32623 messages
2018-01-25 00:46:17methanecreate