Ben Hoyt added the comment:

Updated version of the patch after Victor's code review of scandir-7 and a 
couple of his comments offline. Full commit log is available on my GitHub 
project in posixmodule_scandir_main.c if anyone's interested. Again, I haven't 
looked closely at the docs or tests yet, but hopefully the C code is getting 
pretty close now!

KNOWN ISSUE: There's a reference leak in the POSIX version (found with "python 
-m test -R 3:2 test_os"). I'm a Windows guy and this is my first serious Python 
C extension code, so I'm not sure the best way to track this down. Would 
someone like to either point out the bug :-) or help me with how to track this 
down?

----------

_______________________________________
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