Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

Unfortunately issue25596 didn't change anything about this issue. iglob() still 
stores names (actually DirEntry objects) of all files in a directory before 
starting yielding the first of them. Otherwise we cold exceed the limit of open 
file descriptors.

----------
nosy: +serhiy.storchaka

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

Reply via email to