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, eryksun, ideasman42, mont29, paul.moore, python-dev, serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2016-03-24.11:31:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1458819101.87.0.273444842629.issue25911@psf.upfronthosting.co.za>
In-reply-to
Content
I faile to reproduce the bug by running test_os alone on Windows 8.

I wrote a script to try to isolate a sequential list of tests which reproduce the bug on Windows, but I failed to find such list after 2 hours:
https://bitbucket.org/haypo/misc/src/3e2e6138798c6cec061544ff116e50a8d1d6d2b8/python/isolate.py?fileviewer=file-view-default

So I'm unable to reproduce the bug, I tried a change to enhance os._DummyDirEntry, it should now mimick better the C implementation of os.DirEntry. Let's see if the test still fails randomly...
History
Date User Action Args
2016-03-24 11:31:41vstinnersetrecipients: + vstinner, paul.moore, tim.golden, ideasman42, SilentGhost, benhoyt, python-dev, zach.ware, serhiy.storchaka, eryksun, steve.dower, mont29
2016-03-24 11:31:41vstinnersetmessageid: <1458819101.87.0.273444842629.issue25911@psf.upfronthosting.co.za>
2016-03-24 11:31:41vstinnerlinkissue25911 messages
2016-03-24 11:31:41vstinnercreate