[issue26012] pathlib.Path().rglob() is fooled by symlink loops

Guido van Rossum report at bugs.python.org
Thu Jan 7 16:30:15 EST 2016


Guido van Rossum added the comment:

I think I understand the Windows failure. I uncommented some tests that were previously broken due to the symlink loop and/or PermissionError, but one of these has a different expected outcome if symlinks don't work. I've pushed a hopeful fix for that (no Windows box here either, but the buildbots are good for this :-).

----------

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


More information about the Python-bugs-list mailing list