Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

gh-116738: Make pwd module thread-safe#136695

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
mpage merged 1 commit intopython:mainfromyoney:ft_pwdmodule
Jul 17, 2025
Merged

Conversation

yoney
Copy link
Contributor

@yoneyyoney commentedJul 15, 2025
edited by bedevere-appbot
Loading

Make thepwd module functionsgetpwuid(),getpwnam(), andgetpwall() thread-safe. These changes apply to scenarios where the GIL is disabled or in subinterpreter use cases.

cc:@mpage@colesbury@Yhg1s

@yoney
Copy link
ContributorAuthor

Note: I am not sure if there is a CI setup wheregetpwuid_r()/getpwnam_r() are not available. I tested those manually on my local machine.

Copy link
Contributor

@mpagempage left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Looks great! I'll wait to merge for a day or two to give other folks a chance to look.

@mpagempage merged commiteddc8c0 intopython:mainJul 17, 2025
49 checks passed
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@mpagempagempage approved these changes

@colesburycolesburycolesbury approved these changes

@kumaraditya303kumaraditya303kumaraditya303 approved these changes

@ericsnowcurrentlyericsnowcurrentlyAwaiting requested review from ericsnowcurrentlyericsnowcurrently is a code owner

@Yhg1sYhg1sAwaiting requested review from Yhg1s

Assignees
No one assigned
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

4 participants
@yoney@mpage@colesbury@kumaraditya303

[8]ページ先頭

©2009-2025 Movatter.jp