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

Elena Oat report at bugs.python.org
Sun Mar 20 06:07:38 EDT 2016


Elena Oat added the comment:

I've actually tried to test the recursion limit on my Mac OS X. It seems that I cannot create any subdirectories after around 500 subdir depth. I guess it's related to the allowed path length (<1024 chars?).

----------
nosy: +Elena.Oat

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


More information about the Python-bugs-list mailing list