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.9] bpo-42782: fix broken shutil test #31971

Merged
merged 1 commit into from Mar 18, 2022
Merged

Conversation

JelleZijlstra
Copy link
Member

@JelleZijlstra JelleZijlstra commented Mar 18, 2022

We were using os_helper, which doesn't exist on 3.9. This wasn't
caught because the test is only run as root. I confirmed that when
run as root, the test previously failed and now passes.

https://bugs.python.org/issue42782

We were using os_helper, which doesn't exist on 3.9. This wasn't
caught because the test is only run as root. I confirmed that when
run as root, the test previously failed and now passes.
Copy link
Member

@orsenthil orsenthil left a comment

LGTM.

@orsenthil orsenthil merged commit e808c9d into python:3.9 Mar 18, 2022
11 checks passed
@orsenthil
Copy link
Member

@orsenthil orsenthil commented Mar 18, 2022

Thank you, @JelleZijlstra. If this needs to be ported to other versions, please port them (with labels).

@JelleZijlstra
Copy link
Member Author

@JelleZijlstra JelleZijlstra commented Mar 18, 2022

Thanks @orsenthil! The only other affected branch is 3.8, but I don't think this is worth fixing in a security fix-only branch.

@JelleZijlstra JelleZijlstra deleted the oshelper branch Mar 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants