Skip to content

gh-121200: Fix test_expanduser_pwd2() of test_posixpath #121228

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

vstinner
Copy link
Member

@vstinner vstinner commented Jul 1, 2024

Call getpwnam() to get pw_dir, since it can be different than getpwall() pw_dir.

Call getpwnam() to get pw_dir, since it can be different than
getpwall() pw_dir.
@vstinner
Copy link
Member Author

vstinner commented Jul 1, 2024

!buildbot s390x Fedora Rawhide LTO PR

@bedevere-bot
Copy link

🤖 New build scheduled with the buildbot fleet by @vstinner for commit 85b3e4f 🤖

The command will test the builders whose names match following regular expression: s390x Fedora Rawhide LTO PR

The builders matched are:

  • s390x Fedora Rawhide LTO PR

@vstinner vstinner merged commit 02cb5fd into python:main Jul 1, 2024
35 of 36 checks passed
@vstinner vstinner deleted the fix_posixpath branch July 1, 2024 15:49
@miss-islington-app
Copy link

Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12.
🐍🍒⛏🤖

@miss-islington-app
Copy link

Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jul 1, 2024
…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]>
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jul 1, 2024
…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
Copy link

bedevere-app bot commented Jul 1, 2024

GH-121231 is a backport of this pull request to the 3.12 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.12 only security fixes label Jul 1, 2024
@bedevere-app
Copy link

bedevere-app bot commented Jul 1, 2024

GH-121232 is a backport of this pull request to the 3.13 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.13 bugs and security fixes label Jul 1, 2024
vstinner added a commit that referenced this pull request Jul 1, 2024
…1228) (#121231)

gh-121200: Fix test_expanduser_pwd2() of test_posixpath (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]>
vstinner added a commit that referenced this pull request Jul 1, 2024
…1228) (#121232)

gh-121200: Fix test_expanduser_pwd2() of test_posixpath (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]>
Akasurde pushed a commit to Akasurde/cpython that referenced this pull request Jul 3, 2024
…#121228)

Call getpwnam() to get pw_dir, since it can be different than
getpwall() pw_dir.
noahbkim pushed a commit to hudson-trading/cpython that referenced this pull request Jul 11, 2024
…#121228)

Call getpwnam() to get pw_dir, since it can be different than
getpwall() pw_dir.
estyxx pushed a commit to estyxx/cpython that referenced this pull request Jul 17, 2024
…#121228)

Call getpwnam() to get pw_dir, since it can be different than
getpwall() pw_dir.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting core review tests Tests in the Lib/test dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants