Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from Jan 18, 2024

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>
@encukou
Copy link
Member

encukou commented Jan 18, 2024

!buildbot root

@bedevere-bot
Copy link

🤖 New build scheduled with the buildbot fleet by @encukou for commit 381685d 🤖

The command will test the builders whose names match following regular expression: root

The builders matched are:

  • AMD64 Debian root PR

@serhiy-storchaka
Copy link
Member

BTW, I always remove the first line in the commit message if it duplicates the title.

@encukou encukou merged commit eb582df into python:3.12 Jan 18, 2024
26 checks passed
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.

None yet

4 participants