Tin mới
GitHub CopilotWrite better code with AI
GitHub Copilot appDirect agents from issue to merge
CodespacesInstant dev environments
Code ReviewManage code changes
Code QualityEnforce quality at merge
GitHub Advanced SecurityFind and fix vulnerabilities
Code securitySecure your code as you build
Secret protectionStop leaks before they start
GitHub SponsorsFund open source developers
Copilot for BusinessEnterprise-grade AI features
Premium SupportEnterprise-grade 24/7 support
Change shutil.rmtree and os.walk to support very deep hierarchies #89727
adopt old os.walk behavior to handle changes to dirs list after itera…
move stack logic to bottom of loop in os.walk
move scandir logic to bottom of loop
use for-loop to process dirs in bottom-up clause
Merge branch 'main' into os-walk-dirs-editing
return if scandir_it fails on first value
add test for late modification of dirs in os.walk
Merge branch 'main' into os-walk-dirs-editing
use while-else instead of while True, make variable names clearer
change os.walk docstring to say "traverse" instead of "recurse"
Learn more about hiding disruptive comments
The reason will be displayed to describe this comment to others. Learn more.
Merge branch 'main' into os-walk-dirs-editing
split topdown and bottomup logic into separate functions for os.walk