Guido van Rossum added the comment:

I don't like the first solution (it just collects all scandir() results in a 
list, which defeats one of the purposes of using scandir()), but I don't 
understand the second solution.

Ideally the number of FDs used should be limited by the depth of the tree being 
walked, right?

----------
nosy: +gvanrossum

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

Reply via email to