]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-99442: Fix handling in py.exe launcher when argv[0] does not include a file extens...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 18 Nov 2022 17:49:14 +0000 (09:49 -0800)
committerGitHub <noreply@github.com>
Fri, 18 Nov 2022 17:49:14 +0000 (17:49 +0000)
commitd5e6f9b0abcddd14c289483caa9b626d09d3b56b
tree3fb8eda774c87c30dc715b41d606c60601628859
parent82ab9e6b7938484724a19e293a640d956111a012
gh-99442: Fix handling in py.exe launcher when argv[0] does not include a file extension (GH-99542)

(cherry picked from commit a220c6d1ee3053895f502b43b47dc3a9c55fa6a3)
Lib/test/test_launcher.py
Misc/NEWS.d/next/Windows/2022-11-16-19-03-21.gh-issue-99442.6Dgk3Q.rst [new file with mode: 0644]
PC/launcher2.c