[New-bugs-announce] [issue26545] os.walk is limited by python's recursion limit

Thomas Waldmann report at bugs.python.org
Fri Mar 11 19:59:00 EST 2016


New submission from Thomas Waldmann:

os.walk calls itself recursively and that limits the directory depth it can "walk" into.

On Linux, one can create directory hierarchies deeper than that.

For some more details see there:

https://github.com/borgbackup/borg/issues/380

----------
components: Library (Lib)
messages: 261626
nosy: Thomas.Waldmann
priority: normal
severity: normal
status: open
title: os.walk is limited by python's recursion limit
versions: Python 3.5

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


More information about the New-bugs-announce mailing list