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 Gumnos, Roger Erens, docs@python, gvanrossum, r.david.murray, roysmith, serhiy.storchaka, steven.daprano
Date 2020-06-01.09:16:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1591002964.5.0.271256610779.issue22167@roundup.psfhosted.org>
In-reply-to
Content
Brilliant idea! I played with it yesterday, and it is easy to generalize it to work with a*/b*/c*/d/e/f and to "use not more than N simultaneously opened file descriptors per glob iterator". The only problem is if we want to use this idea with recursive "**" without losing performance. It is just a technical problem which can be solved by adding more code. Although I need to do some benchmarks.

And I need to test how this idea will work with issue38144.
History
Date User Action Args
2020-06-01 09:16:04serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, roysmith, steven.daprano, r.david.murray, docs@python, Gumnos, Roger Erens
2020-06-01 09:16:04serhiy.storchakasetmessageid: <1591002964.5.0.271256610779.issue22167@roundup.psfhosted.org>
2020-06-01 09:16:04serhiy.storchakalinkissue22167 messages
2020-06-01 09:16:04serhiy.storchakacreate