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 Elijah Rippeth, pitrou, serhiy.storchaka
Date 2021-05-13.07:42:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1620891747.35.0.608067252139.issue44069@roundup.psfhosted.org>
In-reply-to
Content
The reason is different. The scandir() iterator should be closed before we go recursively deep in the directory tree. Otherwise we can reach the limit of open file descriptors (especially if several glob()s are called in parallel). See issue22167.
History
Date User Action Args
2021-05-13 07:42:27serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, Elijah Rippeth
2021-05-13 07:42:27serhiy.storchakasetmessageid: <1620891747.35.0.608067252139.issue44069@roundup.psfhosted.org>
2021-05-13 07:42:27serhiy.storchakalinkissue44069 messages
2021-05-13 07:42:27serhiy.storchakacreate