SIGN IN SIGN UP

gh-89727: Fix os.walk RecursionError on deep trees (#99803)

Use a stack to implement os.walk iteratively instead of recursively to
avoid hitting recursion limits on deeply nested trees.
J
Jon Burdo committed
797edb28c3dd02a5727f0374e937e906a389ab77
Parent: 702a5bc
Committed by GitHub <noreply@github.com> on 12/19/2022, 6:59:01 PM