mirror of
https://github.com/python/cpython.git
synced 2026-05-14 16:38:19 -04:00
797edb28c3
Use a stack to implement os.walk iteratively instead of recursively to avoid hitting recursion limits on deeply nested trees.