]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-100247: Fix py.exe launcher not using entire shebang command for finding custom...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 13 Jan 2023 12:52:28 +0000 (04:52 -0800)
committerGitHub <noreply@github.com>
Fri, 13 Jan 2023 12:52:28 +0000 (04:52 -0800)
commit6492492ce7844bf1193ff748be8c09e301b12cee
treead1e5972ddaa6dbf6aa0d8f66da669be6651035c
parent2834fdc689f52edba3ea1f9b2ee85fc33fc9e097
gh-100247: Fix py.exe launcher not using entire shebang command for finding custom commands (GH-100944)

(cherry picked from commit 468c3bf79890ef614764b4e7543608876c792794)

Co-authored-by: Steve Dower <steve.dower@python.org>
Doc/using/windows.rst
Lib/test/test_launcher.py
Misc/NEWS.d/next/Windows/2023-01-11-14-42-11.gh-issue-100247.YfEmSz.rst [new file with mode: 0644]
PC/launcher2.c