X Tutup
Skip to content

[3.11] gh-104522: Fix test_subprocess failure when build Python in the root home directory (GH-114236)#114245

Merged
encukou merged 1 commit intopython:3.11from
miss-islington:backport-311d1e2-3.11
Jan 18, 2024
Merged

[3.11] gh-104522: Fix test_subprocess failure when build Python in the root home directory (GH-114236)#114245
encukou merged 1 commit intopython:3.11from
miss-islington:backport-311d1e2-3.11

Conversation

@miss-islington
Copy link
Contributor

EPERM is raised when setreuid() fails.
EACCES is set in execve() when the test user has not access to sys.executable.
(cherry picked from commit 311d1e2)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com

… root home directory (pythonGH-114236)

* pythongh-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.
(cherry picked from commit 311d1e2)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip news tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

X Tutup