]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-131020: py.exe launcher does not correctly detect a BOM when searching for the...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 10 Mar 2025 20:12:40 +0000 (21:12 +0100)
committerGitHub <noreply@github.com>
Mon, 10 Mar 2025 20:12:40 +0000 (20:12 +0000)
commit22ac71dc8e9ae28331ec960b121d2d0d8282f0bb
tree4fce80300e8e794e37afc0a03e9ed9247e25048d
parentc82795a0bbdab58c3ddb972310a344a9841ff729
gh-131020: py.exe launcher does not correctly detect a BOM when searching for the shebang (GH-131021)

(cherry picked from commit 36ef3bfe39d767e283b55fe86f34e7671b7f5d1c)

Co-authored-by: Chris Eibl <138194463+chris-eibl@users.noreply.github.com>
Lib/test/test_launcher.py
Misc/NEWS.d/next/Windows/2025-03-09-19-57-35.gh-issue-131020._c87wf.rst [new file with mode: 0644]
PC/launcher2.c