[issue29079] pathlib.resolve() causes infinite loop on Windows

Steve Dower report at bugs.python.org
Mon Dec 26 16:41:00 EST 2016


Steve Dower added the comment:

We should break out of the "while True" loop in _WindowsFlavour.resolve when joining with ".." doesn't result in a different path.

----------

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


More information about the Python-bugs-list mailing list