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 loewis
Recipients Arfrever, eric.araujo, ezio.melotti, georg.brandl, hynek, jcea, loewis, mrts, neologix, petri.lehtinen, pitrou, rosslagerwall, schmir, tarek, teamnoir
Date 2012-05-21.11:54:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337601247.18.0.518983684373.issue4489@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think that doing direct flistdir/fstatat calls would be more complex. We already have directory walking implemented (in default_rmtree), and I think the fd-based calls could nicely integrate with that. I'll provide a patch.
History
Date User Action Args
2012-05-21 11:54:07loewissetrecipients: + loewis, georg.brandl, jcea, pitrou, schmir, tarek, ezio.melotti, eric.araujo, Arfrever, mrts, neologix, teamnoir, rosslagerwall, petri.lehtinen, hynek
2012-05-21 11:54:07loewissetmessageid: <1337601247.18.0.518983684373.issue4489@psf.upfronthosting.co.za>
2012-05-21 11:54:06loewislinkissue4489 messages
2012-05-21 11:54:06loewiscreate