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 serhiy.storchaka
Recipients Mark.Shannon, benjamin.peterson, methane, rhettinger, serhiy.storchaka, xiang.zhang
Date 2016-10-23.07:15:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1477206954.45.0.453774738219.issue28509@psf.upfronthosting.co.za>
In-reply-to
Content
> Dict is resized. And since __dict__.update() caused the resizing,
both are normal (combined) dict.

Ah, my bad, I missed this point. The original issue now disappears. Thanks Naoki.

But dict.update (and maybe inserting) can use more economical allocation strategy.
History
Date User Action Args
2016-10-23 07:15:54serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, benjamin.peterson, methane, Mark.Shannon, xiang.zhang
2016-10-23 07:15:54serhiy.storchakasetmessageid: <1477206954.45.0.453774738219.issue28509@psf.upfronthosting.co.za>
2016-10-23 07:15:54serhiy.storchakalinkissue28509 messages
2016-10-23 07:15:53serhiy.storchakacreate