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 pitrou
Recipients Danilo Shiga, JelleZijlstra, mark.dickinson, martin.panter, osantana, pitrou, serhiy.storchaka
Date 2017-05-25.10:33:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495708397.96.0.56391201758.issue30441@psf.upfronthosting.co.za>
In-reply-to
Content
> While there are no special code for list(dict), regular iteration over exact dict don't hit the GC.

Doesn't it? Creating a dict iterator creates a GC-tracked object.
History
Date User Action Args
2017-05-25 10:33:17pitrousetrecipients: + pitrou, mark.dickinson, martin.panter, serhiy.storchaka, osantana, JelleZijlstra, Danilo Shiga
2017-05-25 10:33:17pitrousetmessageid: <1495708397.96.0.56391201758.issue30441@psf.upfronthosting.co.za>
2017-05-25 10:33:17pitroulinkissue30441 messages
2017-05-25 10:33:17pitroucreate