[issue26545] os.walk is limited by python's recursion limit

Raymond Hettinger report at bugs.python.org
Sun Mar 13 03:22:35 EDT 2016


Raymond Hettinger added the comment:

I think the code should be left as-is (we've used some variation of recursion for walking a very long time with no reported real-world problems).  Perhaps a documentation note can be added to the effect that the there is a recursion limit and that it can be changed by the user if needed.

----------
assignee:  -> docs at python
components: +Documentation -Library (Lib)
nosy: +docs at python, rhettinger
priority: normal -> low

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26545>
_______________________________________


More information about the Python-bugs-list mailing list