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