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 xdegaye
Recipients benhoyt, r.david.murray, serhiy.storchaka, vstinner, xdegaye
Date 2016-01-04.11:20:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1451906436.08.0.268129357539.issue25596@psf.upfronthosting.co.za>
In-reply-to
Content
> and since _iterdir() results are always accumulated in a list

Right, I failed to note that point. And so, since the file descriptor opened by os.scandir() is closed within each call to recursive _rlistdir(), then my other comment about EMFILE does not stand as well.
History
Date User Action Args
2016-01-04 11:20:36xdegayesetrecipients: + xdegaye, vstinner, r.david.murray, benhoyt, serhiy.storchaka
2016-01-04 11:20:36xdegayesetmessageid: <1451906436.08.0.268129357539.issue25596@psf.upfronthosting.co.za>
2016-01-04 11:20:36xdegayelinkissue25596 messages
2016-01-04 11:20:36xdegayecreate