summaryrefslogtreecommitdiffstats
path: root/Python/dynamic_annotations.c
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2015-03-18 10:29:47 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2015-03-18 10:29:47 (GMT)
commit7fea974baf7ba69824a511ddaf7776634ea0737a (patch)
tree5c3699090ef73e78ebdfac4a8b39ff2549d4da70 /Python/dynamic_annotations.c
parenta47fc5c2ddcf86eb3cb1ad628d04bf3764cfce59 (diff)
downloadcpython-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/dynamic_annotations.c')
0 files changed, 0 insertions, 0 deletions