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

Stanley report at bugs.python.org
Wed Mar 2 04:43:54 EST 2022


Stanley <ostanley.lee at gmail.com> added the comment:

I'm not too sure about documenting the recursive limit here. There's a few other recursive functions in the os library (such as makedirs()) and if we note the recursive limit for os.walk then all of them should be noted too, but that doesn't seem quite right to me.

----------
nosy: +slateny

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


More information about the Python-bugs-list mailing list