]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #29079: Prevent infinite loop in pathlib.resolve() on Windows
authorSteve Dower <steve.dower@microsoft.com>
Thu, 29 Dec 2016 00:02:59 +0000 (16:02 -0800)
committerSteve Dower <steve.dower@microsoft.com>
Thu, 29 Dec 2016 00:02:59 +0000 (16:02 -0800)
commit4b1e98b0af68ee80a37618ad599ead194f179cf1
tree8aafb341f8ec39e970d0a9b3ef13d817d97a60a4
parent40619399bd4798d9edb50fe80afe8eff3197d51d
Issue #29079: Prevent infinite loop in pathlib.resolve() on Windows
Lib/pathlib.py
Misc/NEWS