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 gregory.p.smith
Recipients Trundle, brian.curtin, eric.araujo, giampaolo.rodola, gregory.p.smith, loewis, neologix, nvetoshkin, pitrou, serhiy.storchaka, socketpair, terry.reedy, torsten
Date 2013-03-06.20:07:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362600467.53.0.110761495572.issue11406@psf.upfronthosting.co.za>
In-reply-to
Content
I'd like to take care of this at Python.  At least for posix (someone else can deal with the windows side if they want).

I just stumbled upon an extension module at work that someone wrote specifically because os.listdir consumed way too much ram by building up a huge list on large directories with tons of long filenames that it needed to process.  (when your process is in charge of keeping that directory in check... the inability to process it once it grows too large simply isn't acceptable)
History
Date User Action Args
2013-03-06 20:07:47gregory.p.smithsetrecipients: + gregory.p.smith, loewis, terry.reedy, pitrou, giampaolo.rodola, eric.araujo, Trundle, brian.curtin, torsten, nvetoshkin, neologix, socketpair, serhiy.storchaka
2013-03-06 20:07:47gregory.p.smithsetmessageid: <1362600467.53.0.110761495572.issue11406@psf.upfronthosting.co.za>
2013-03-06 20:07:47gregory.p.smithlinkissue11406 messages
2013-03-06 20:07:47gregory.p.smithcreate