]> 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...
authorSteve Dower <steve.dower@python.org>
Fri, 18 Nov 2022 14:14:56 +0000 (14:14 +0000)
committerGitHub <noreply@github.com>
Fri, 18 Nov 2022 14:14:56 +0000 (14:14 +0000)
commita220c6d1ee3053895f502b43b47dc3a9c55fa6a3
treeb6a7f681156f597a8e1907172e417e24f7209347
parent4f5e1cb00a914692895c1c16e446c8d2ab3efb7e
gh-99442: Fix handling in py.exe launcher when argv[0] does not include a file extension (GH-99542)
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