]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-89745: Avoid exact match when comparing program_name in test_embed on Windows...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 17 Jun 2022 10:31:03 +0000 (03:31 -0700)
committerGitHub <noreply@github.com>
Fri, 17 Jun 2022 10:31:03 +0000 (03:31 -0700)
commite6cca2e00bf9a3566cb47c417f4d0f480cd4eeb9
tree6866f914ba6916194500942397fab6a1e13c9c4e
parent123e3be33b095ecf92d2c19a6ac521065c1ba8af
gh-89745: Avoid exact match when comparing program_name in test_embed on Windows (GH-93888)

(cherry picked from commit ffc228dd4e409336f2c2ad54125de384bf1a767b)

Co-authored-by: neonene <53406459+neonene@users.noreply.github.com>
Lib/test/test_embed.py