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, abacabadabacaba, benhoyt, christian.heimes, eric.araujo, giampaolo.rodola, gregory.p.smith, loewis, ncoghlan, neologix, nvetoshkin, pitrou, rhettinger, socketpair, terry.reedy, tim.golden, torsten, twouters, vstinner
Date 2013-11-23.19:50:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385236238.86.0.968842956412.issue11406@psf.upfronthosting.co.za>
In-reply-to
Content
For reference the current state of things for this is the proposal in:
 https://mail.python.org/pipermail/python-dev/2013-May/126196.html

With a prototype using a ctypes based implementation as proof of concept in https://github.com/benhoyt/scandir.

A combination of that interface plus my existing scandir patch (-gps02) could be created for the final implementation.

As 3.4beta1 happens tonight, this isn't going to make 3.4 so i'm bumping this to 3.5.  I really like the proposed design outlined above.
History
Date User Action Args
2013-11-23 19:50:39gregory.p.smithsetrecipients: + gregory.p.smith, loewis, twouters, rhettinger, terry.reedy, ncoghlan, pitrou, vstinner, giampaolo.rodola, christian.heimes, tim.golden, eric.araujo, Trundle, benhoyt, torsten, nvetoshkin, neologix, abacabadabacaba, socketpair
2013-11-23 19:50:38gregory.p.smithsetmessageid: <1385236238.86.0.968842956412.issue11406@psf.upfronthosting.co.za>
2013-11-23 19:50:38gregory.p.smithlinkissue11406 messages
2013-11-23 19:50:38gregory.p.smithcreate