[issue36035] pathlib.Path().rglob() breaks with broken symlinks

Jörg Stucke report at bugs.python.org
Fri Feb 22 09:40:41 EST 2019


Jörg Stucke <joergstucke at gmail.com> added the comment:

As expected the Windows CI build failed.
All test fails were caused by:
OSError: [WinError 1921] The name of the file cannot be resolved by the system: 'C:\\projects\\cpython\\build\\test_python_936\\@test_936_tmp\\brokenLinkLoop'

Therefore, I added WinError 1921 to _IGNORED_WINERRORS as suggested by Eryk Sun.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36035>
_______________________________________


More information about the Python-bugs-list mailing list