]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-94772: Fix off-by-one error in Windows launcher (GH-94779)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 16 Jul 2022 09:42:08 +0000 (02:42 -0700)
committerGitHub <noreply@github.com>
Sat, 16 Jul 2022 09:42:08 +0000 (10:42 +0100)
commitb040617195ff7bfd09acf9cac14177d360aa382f
tree6cf518602429735a05c4d4a791e7dbc175f13067
parent734c8b7e55e37883af738198dc52fbf5011962c6
gh-94772: Fix off-by-one error in Windows launcher (GH-94779)

(cherry picked from commit 407ff6556cc999d692b264466ad8d32304a09bce)

Co-authored-by: Paul Moore <p.f.moore@gmail.com>
Co-authored-by: Paul Moore <p.f.moore@gmail.com>
Lib/test/test_launcher.py
Misc/NEWS.d/next/Windows/2022-07-12-20-45-43.gh-issue-94772.uNMmdG.rst [new file with mode: 0644]
PC/launcher2.c