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 serhiy.storchaka
Recipients benhoyt, gvanrossum, serhiy.storchaka, vstinner, xdegaye
Date 2016-01-11.20:56:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452545804.5.0.768231489335.issue25596@psf.upfronthosting.co.za>
In-reply-to
Content
Not this version of the path. It accumulates all scandir results in a list before yielding values. Otherwise globbing will consume a lot of open file descriptors and could leak them (see issue25994, issue25995).
History
Date User Action Args
2016-01-11 20:56:44serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, vstinner, benhoyt, xdegaye
2016-01-11 20:56:44serhiy.storchakasetmessageid: <1452545804.5.0.768231489335.issue25596@psf.upfronthosting.co.za>
2016-01-11 20:56:44serhiy.storchakalinkissue25596 messages
2016-01-11 20:56:44serhiy.storchakacreate