SIGN IN SIGN UP

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.
V
Victor Stinner committed
7fea974baf7ba69824a511ddaf7776634ea0737a
Parent: a47fc5c