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, python-dev, scott.dial, serhiy.storchaka, vstinner
Date 2015-03-13.12:19:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426249172.06.0.988278624954.issue23605@psf.upfronthosting.co.za>
In-reply-to
Content
You fast_bottom-up looks awesome, but much more correct. This is what I meant when warned that correct implementations with scandir() will be complex.

Could you please add a test based on my example (i.e. converting symlinks to a directory during walking) and may be other (creating new directory and adding it to the dirs list)?
History
Date User Action Args
2015-03-13 12:19:32serhiy.storchakasetrecipients: + serhiy.storchaka, scott.dial, vstinner, benhoyt, python-dev
2015-03-13 12:19:32serhiy.storchakasetmessageid: <1426249172.06.0.988278624954.issue23605@psf.upfronthosting.co.za>
2015-03-13 12:19:32serhiy.storchakalinkissue23605 messages
2015-03-13 12:19:31serhiy.storchakacreate