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

2022-03-16 Thread Irit Katriel
Irit Katriel added the comment: I agree with Stanley. The documentation for os is clear that recursion is used and the documentation for RecursionError links to getrecursionlimit(). This seems sufficient. -- nosy: +iritkatriel resolution: -> wont fix stage: -> resolved status: open

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

2022-03-02 Thread Stanley
Stanley 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.

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

2021-08-17 Thread Ryan Mast (nightlark)
Change by Ryan Mast (nightlark) : -- nosy: +rmast ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

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

2021-06-22 Thread Irit Katriel
Change by Irit Katriel : -- keywords: +easy title: os.walk is limited by python's recursion limit -> [doc] os.walk is limited by python's recursion limit versions: +Python 3.10, Python 3.11, Python 3.9 -Python 3.5 ___ Python tracker