Skip to content

[3.12] gh-121200: Fix test_expanduser_pwd2() of test_posixpath (GH-121228) #121231

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

Merged
merged 1 commit into from
Jul 1, 2024

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Jul 1, 2024

Call getpwnam() to get pw_dir, since it can be different than
getpwall() pw_dir.
(cherry picked from commit 02cb5fd)

Co-authored-by: Victor Stinner [email protected]

…GH-121228)

Call getpwnam() to get pw_dir, since it can be different than
getpwall() pw_dir.
(cherry picked from commit 02cb5fd)

Co-authored-by: Victor Stinner <[email protected]>
@bedevere-app bedevere-app bot added the tests Tests in the Lib/test dir label Jul 1, 2024
@vstinner vstinner enabled auto-merge (squash) July 1, 2024 15:49
@vstinner vstinner merged commit dec9d91 into python:3.12 Jul 1, 2024
29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests Tests in the Lib/test dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants