]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-90329: Add _winapi.GetLongPathName and GetShortPathName and use in venv to reduce...
authorSteve Dower <steve.dower@python.org>
Mon, 15 Apr 2024 15:43:41 +0000 (16:43 +0100)
committerGitHub <noreply@github.com>
Mon, 15 Apr 2024 15:43:41 +0000 (16:43 +0100)
commit1a456590648e9291795339c1e5276c8077196272
treee9984e4a07550eb894a6679f6db70774018798f7
parent667a574c8fca0393d351f558680805cad9b71ec5
gh-90329: Add _winapi.GetLongPathName and GetShortPathName and use in venv to reduce warnings (GH-117817)
Lib/test/test_venv.py
Lib/test/test_winapi.py [new file with mode: 0644]
Lib/venv/__init__.py
Misc/NEWS.d/next/Windows/2024-04-12-14-02-58.gh-issue-90329.YpEeaO.rst [new file with mode: 0644]
Modules/_winapi.c
Modules/clinic/_winapi.c.h