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 Danilo Shiga, JelleZijlstra, mark.dickinson, martin.panter, osantana, pitrou, serhiy.storchaka
Date 2017-05-25.10:30:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495708251.88.0.122239150184.issue30441@psf.upfronthosting.co.za>
In-reply-to
Content
> There's no special code for list(dict), it uses regular iteration which could probably hit the GC and then release the GIL.

While there are no special code for list(dict), regular iteration over exact dict don't hit the GC.
History
Date User Action Args
2017-05-25 10:30:51serhiy.storchakasetrecipients: + serhiy.storchaka, mark.dickinson, pitrou, martin.panter, osantana, JelleZijlstra, Danilo Shiga
2017-05-25 10:30:51serhiy.storchakasetmessageid: <1495708251.88.0.122239150184.issue30441@psf.upfronthosting.co.za>
2017-05-25 10:30:51serhiy.storchakalinkissue30441 messages
2017-05-25 10:30:51serhiy.storchakacreate