Message257707
| Author |
gvanrossum |
| Recipients |
Gregorio, gvanrossum, pitrou, python-dev, serhiy.storchaka, ulope, zach.ware |
| Date |
2016-01-07.18:43:56 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1452192236.99.0.729351765838.issue24120@psf.upfronthosting.co.za> |
| In-reply-to |
|
| Content |
I think this is not fixed yet. The try/except clause is currently around certain loops whereas it should be around specific calls (is_dir, exists, listdir. and is_symlink). As it currently is, the behavior is dependent on the ordering of the names returned by listdir(), which is just wrong.
I think this is the root cause of the breakage reported in issue #26012. |
|