dirs.c: pass C string, not Python string, to _finddir()
The callers already have the C string, and although the PyString_AS_STRING() macro is probably free, this simplifies the code.
Loading
Please register or sign in to comment
The callers already have the C string, and although the PyString_AS_STRING() macro is probably free, this simplifies the code.