]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] 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:29 +0000 (11:22 +0100)
committerGitHub <noreply@github.com>
Fri, 6 Mar 2026 10:22:29 +0000 (10:22 +0000)
commitfa7212b0af1c3d4e0cf8ac2ead35df3541436fb4
tree777b15620ee72aa4ea4eedce41a5444b07f54486
parent025536484db35a3455074066a9df58e8f6904cec
[3.14] 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