diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2015-03-18 10:29:47 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2015-03-18 10:29:47 (GMT) |
commit | 7fea974baf7ba69824a511ddaf7776634ea0737a (patch) | |
tree | 5c3699090ef73e78ebdfac4a8b39ff2549d4da70 /Python/ast.c | |
parent | a47fc5c2ddcf86eb3cb1ad628d04bf3764cfce59 (diff) | |
download | cpython-7fea974baf7ba69824a511ddaf7776634ea0737a.zip cpython-7fea974baf7ba69824a511ddaf7776634ea0737a.tar.gz cpython-7fea974baf7ba69824a511ddaf7776634ea0737a.tar.bz2 |
Issue #23605: Fix os.walk(topdown=True), don't cache entry.is_symlink() because
the caller can replace the directory with a different file kind.
The bottom-up way, os.walk(topdown=False), still uses entry.is_symlink(), and
so can be faster than Python 3.4.
Diffstat (limited to 'Python/ast.c')
0 files changed, 0 insertions, 0 deletions