cpython/Misc/NEWS.d/next/Library/2024-05-28-00-56-59.gh-issu...

4 lines
167 B
ReStructuredText

Fix issue with :func:`os.fwalk` where a :exc:`RecursionError` was raised on
deep directory trees by adjusting the implementation to be iterative instead
of recursive.