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 gvanrossum
Recipients benhoyt, gvanrossum, larry, serhiy.storchaka, vstinner
Date 2016-01-11.21:10:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452546638.83.0.379676976312.issue25995@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2016-01-11 21:10:38gvanrossumsetrecipients: + gvanrossum, vstinner, larry, benhoyt, serhiy.storchaka
2016-01-11 21:10:38gvanrossumsetmessageid: <1452546638.83.0.379676976312.issue25995@psf.upfronthosting.co.za>
2016-01-11 21:10:38gvanrossumlinkissue25995 messages
2016-01-11 21:10:38gvanrossumcreate