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 benhoyt
Recipients abacabadabacaba, akira, alexei.romanov, benhoyt, giampaolo.rodola, josh.r, pitrou, socketpair, tebeka, tim.golden, vstinner
Date 2015-03-06.04:53:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425617629.66.0.0616508081822.issue22524@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2015-03-06 04:53:49benhoytsetrecipients: + benhoyt, tebeka, pitrou, vstinner, giampaolo.rodola, tim.golden, abacabadabacaba, akira, socketpair, josh.r, alexei.romanov
2015-03-06 04:53:49benhoytsetmessageid: <1425617629.66.0.0616508081822.issue22524@psf.upfronthosting.co.za>
2015-03-06 04:53:49benhoytlinkissue22524 messages
2015-03-06 04:53:49benhoytcreate