added 2 commits
) Implement `shutil._rmtree_safe_fd()` using a list as a stack to avoid emitting recursion errors on deeply nested trees. `shutil._rmtree_unsafe()` was fixed in
. (cherry picked from commit
)
…trees (
) Implement `shutil._rmtree_safe_fd()` using a list as a stack to avoid emitting recursion errors on deeply nested trees. `shutil._rmtree_unsafe()` was fixed in
.. (cherry picked from commit
) Co-authored-by: Barney Gale <[email protected]> Merged
Open