]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-106242: Make ntpath.realpath errors consistent with abspath when there...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 22 Aug 2023 14:35:16 +0000 (07:35 -0700)
committerGitHub <noreply@github.com>
Tue, 22 Aug 2023 14:35:16 +0000 (15:35 +0100)
commit8927cf0200e56ebf74ed43f8c3fd724cd699ec22
treee96ec98066c50aa34c4a3fa0412c16d4e484982b
parentd22ac0c6052c4e568c316ce3ce194fdf86d9af87
[3.11] gh-106242: Make ntpath.realpath errors consistent with abspath when there are embedded nulls (GH-108248)

gh-106242: Make ntpath.realpath errors consistent with abspath when there are embedded nulls (GH-108248)

---------

(cherry picked from commit de33b5c662ea8d35d81ed857c6a39e34ab94c510)

Co-authored-by: Steve Dower <steve.dower@python.org>
Co-authored-by: Gregory P. Smith <greg@krypto.org>
Lib/ntpath.py
Lib/test/test_ntpath.py
Misc/NEWS.d/next/Windows/2023-08-22-00-36-57.gh-issue-106242.q24ITw.rst [new file with mode: 0644]