]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-122941: Fix test_launcher sporadic failures via py.ini isolation (GH-145090)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 6 Mar 2026 10:22:19 +0000 (11:22 +0100)
committerGitHub <noreply@github.com>
Fri, 6 Mar 2026 10:22:19 +0000 (10:22 +0000)
commit1c8fa3968b1de509d19157f66cca81858bb62276
tree3c7898d7c698ddd755dc3654f265862268059851
parent2ae3c92be136b26a1de89670a4a425c97ed06079
[3.13] gh-122941: Fix test_launcher sporadic failures via py.ini isolation (GH-145090)

Adds _PYLAUNCHER_INIDIR as a private variable since the launcher is deprecated and not getting new features.
(cherry picked from commit 6cdbd7bc5d4ee63459d03a944477ea8671a05198)

Co-authored-by: Itamar Oren <itamarost@gmail.com>
Lib/test/test_launcher.py
PC/launcher2.c