Serhiy Storchaka added the comment:

> 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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue30441>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to