Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update Misc/NEWS.d/next/Library/2023-01-01-23-57-00.gh-issue-89727.oj…
…edHN.rst

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
  • Loading branch information
Ovsyanka83 and JelleZijlstra authored Jan 2, 2023
commit 69cc8474018752d4fb7aae4a0f56928d17057887
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Simplify and optimize os.walk by using isinstance checks to check the top of the stack.
Simplify and optimize :func:`os.walk` by using :func:`isinstance` checks to check the top of the stack.