]> 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 14:36:06 +0000 (15:36 +0100)
committerGitHub <noreply@github.com>
Mon, 15 Apr 2024 14:36:06 +0000 (15:36 +0100)
commit185999bb3ad3f1484da8fa4b84813980b976dc3c
treed288110bc9bac2e1459443a9a9d34ce12ac663b8
parent64cd6fc9a6a3c3c19091a1c81cbbe8994583017d
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
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