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 vstinner
Recipients SilentGhost, benhoyt, db3l, eryksun, ideasman42, mont29, paul.moore, python-dev, serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2016-03-29.12:02:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1459252969.69.0.245520278308.issue25911@psf.upfronthosting.co.za>
In-reply-to
Content
Since all test_os now pass again on 3.x buildbots (after a few months of red buildbots), I backported the _DummyDirEntry fixes to 3.5.

David:
> The 3.5 branch failure about the mis-matched tuple values from the walk is a separate issue, (...)

I'm sorry, I don't understand you. The test_os failure was the same on Python 3.5 and 3.6:


- ('@test_4312_tmp\\TEST1\\SUB2', ['broken_link', 'link'], ['tmp3'])
?                                                 ----------
+ ('@test_4312_tmp\\TEST1\\SUB2', ['link'], ['broken_link', 'tmp3'])
?                                 ++++++++++

This error should now be fixed on Python 3.5 and 3.6.

Is there a remaining open issue related to os.scandir() (bytes or Unicode)?
History
Date User Action Args
2016-03-29 12:02:49vstinnersetrecipients: + vstinner, paul.moore, db3l, tim.golden, ideasman42, SilentGhost, benhoyt, python-dev, zach.ware, serhiy.storchaka, eryksun, steve.dower, mont29
2016-03-29 12:02:49vstinnersetmessageid: <1459252969.69.0.245520278308.issue25911@psf.upfronthosting.co.za>
2016-03-29 12:02:49vstinnerlinkissue25911 messages
2016-03-29 12:02:49vstinnercreate