Ben Hoyt added the comment:

Victor, I'd love to push forward with this (I doubt it's going to make alpha 1 
on February 8, but hopefully alpha 2 on March 8).

It seems pretty settled that we need to use the all-C version I've created, 
especially for Linux.

Can you please review scandir-2.patch? It's on Rietveld here: 
http://bugs.python.org/review/22524/#ps13104

You can see what changed between scandir-1.patch and scandir-2.patch more 
easily here: 
https://github.com/benhoyt/scandir/commit/d4e2d7083319ed8988aef6ed02d670fb36a00a33

Also, here is just the scandir C code in its own file: 
https://github.com/benhoyt/scandir/blob/d4e2d7083319ed8988aef6ed02d670fb36a00a33/posixmodule_scandir_main.c

One other open question is: should it go into CPython's posixmodule.c as I have 
it in the patch, or should I try to separate it out?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22524>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to