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 larry
Recipients larry, serhiy.storchaka
Date 2012-06-27.09:58:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340791091.08.0.987234303255.issue15200@psf.upfronthosting.co.za>
In-reply-to
Content
It's amusing that using fwalk and throwing away the last argument is faster than a handwritten implementation.  On the other hand, fwalk also uses a lot of file descriptors.  Users with processes which were already borderline on max file descriptors might not appreciate upgrading to find their os.walk calls suddenly failing.

Can you figure out why fwalk is faster, and apply that advantage to walk *without* consuming so many file descriptors?

No rush... :)
History
Date User Action Args
2012-06-27 09:58:11larrysetrecipients: + larry, serhiy.storchaka
2012-06-27 09:58:11larrysetmessageid: <1340791091.08.0.987234303255.issue15200@psf.upfronthosting.co.za>
2012-06-27 09:58:10larrylinkissue15200 messages
2012-06-27 09:58:10larrycreate