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-03.14:55:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1451832945.37.0.400862269293.issue25596@psf.upfronthosting.co.za>
In-reply-to
Content
os.scandir() is called recursively in the last patch and the file descriptors are not closed until returning from the recursion.
The glob functions should fail explicitly when scandir() raises OSERROR with posix errno set to EMFILE (The process has too many files open), or even better, silently ignore only the PermissionError exception instead of ignoring OSERROR.
History
Date User Action Args
2016-01-03 14:55:45xdegayesetrecipients: + xdegaye, vstinner, r.david.murray, benhoyt, serhiy.storchaka
2016-01-03 14:55:45xdegayesetmessageid: <1451832945.37.0.400862269293.issue25596@psf.upfronthosting.co.za>
2016-01-03 14:55:45xdegayelinkissue25596 messages
2016-01-03 14:55:45xdegayecreate