]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-104522: Fix test_subprocess failure when build Python in the root home directory...
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 18 Jan 2024 10:52:59 +0000 (12:52 +0200)
committerGitHub <noreply@github.com>
Thu, 18 Jan 2024 10:52:59 +0000 (10:52 +0000)
commit311d1e2701037952eaf75f993be76f3092c1f01c
tree6cb5854d5e77f60b01b7b04380366fd3ee27c7e9
parentba683c22ecd035a1090f9fc7aba48d54854d23bd
gh-104522: Fix test_subprocess failure when build Python in the root home directory (GH-114236)

* gh-104522: Fix test_subprocess failure when build Python in the root home directory

EPERM is raised when setreuid() fails.
EACCES is set in execve() when the test user has not access to sys.executable.
Lib/test/test_subprocess.py