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
recursion error on deep trees.
Fix up filenames in exceptions
Restore shutil._rmtree_islink()
Better compatibility with shutil tests.
Move main implementation into pathlib
Make _fwalk() private, tidy up naming.
Fix missing filename in exception, tidy up more naming.
Make error._func private, as it's only intended for shutil.rmtree()
Merge branch 'main' into pathlib-fwalk
Supply relative paths to rmdir() in fd-based walk.
Handle rmdir() and unlink() not accepting dir_fd
Move rmtree() implementation back into shutil.