]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-131020: py.exe launcher does not correctly detect a BOM when searching...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 10 Mar 2025 19:54:10 +0000 (20:54 +0100)
committerGitHub <noreply@github.com>
Mon, 10 Mar 2025 19:54:10 +0000 (19:54 +0000)
commitcf829f49deba32236234de820d62233d191237a9
tree80ceac8bbe59b16ee5d46a86d0e35e9301d5a979
parent30e8bd2a41e6e547a76021d75d75670995c2e948
[3.13] gh-131020: py.exe launcher does not correctly detect a BOM when searching for the shebang (GH-131021) (#131047)

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