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, xiang.zhang
Date 2017-04-11.12:21:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1491913262.34.0.349292247604.issue30040@psf.upfronthosting.co.za>
In-reply-to
Content
While I think it's preferable that {} and d.clear() have same memory footprint,
I need real world example which empty dict affects overall memory usage.

I'll check memory usage difference with application I used in this ML thread.
https://mail.python.org/pipermail/python-dev/2017-January/147194.html
History
Date User Action Args
2017-04-11 12:21:02methanesetrecipients: + methane, serhiy.storchaka, xiang.zhang
2017-04-11 12:21:02methanesetmessageid: <1491913262.34.0.349292247604.issue30040@psf.upfronthosting.co.za>
2017-04-11 12:21:02methanelinkissue30040 messages
2017-04-11 12:21:02methanecreate