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 xiang.zhang
Recipients methane, xiang.zhang
Date 2017-04-11.10:55:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1491908129.4.0.685019717395.issue30040@psf.upfronthosting.co.za>
In-reply-to
Content
I mean creating a solo empty dict doesn't seem to make much sense. Although it saves memory, but when it's populated, it's resized and the memory occupation comes back.

And this makes PyDict_New() hard to understand. :-(
History
Date User Action Args
2017-04-11 10:55:29xiang.zhangsetrecipients: + xiang.zhang, methane
2017-04-11 10:55:29xiang.zhangsetmessageid: <1491908129.4.0.685019717395.issue30040@psf.upfronthosting.co.za>
2017-04-11 10:55:29xiang.zhanglinkissue30040 messages
2017-04-11 10:55:29xiang.zhangcreate