]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38355: Fix ntpath.realpath failing on sys.executable (GH-16551)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 3 Oct 2019 15:49:56 +0000 (08:49 -0700)
committerGitHub <noreply@github.com>
Thu, 3 Oct 2019 15:49:56 +0000 (08:49 -0700)
commit6067e1d2bebccc2e73dd729d25c98df7bc9e2d59
tree4e48a46af0cb9357ab9ee902a7e1f59df18ae3fa
parentde3195c937d5fca0d79cc93dbafa76c0f89ca5b8
bpo-38355: Fix ntpath.realpath failing on sys.executable (GH-16551)

(cherry picked from commit a0e3d27e4e3cb5b67e325df080fb18b70c2910cf)

Co-authored-by: Steve Dower <steve.dower@python.org>
Lib/ntpath.py
Lib/test/test_ntpath.py
Misc/NEWS.d/next/Windows/2019-10-02-15-38-49.bpo-38355.n3AWX6.rst [new file with mode: 0644]