[issue28353] os.fwalk() unhandled exception when error occurs accessing symbolic link target

Samson Lee report at bugs.python.org
Wed Oct 5 06:49:35 EDT 2016


Samson Lee added the comment:

This is definitely a bug because there is no way an unhandled exception like this is acceptable behaviour. The behaviour is that the fwalk iteration will stop and there is no way to recover / continue. Also fwalk takes an onerror callback function that won't be called with this error.

----------

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


More information about the Python-bugs-list mailing list