Skip to content

[3.13] gh-127081: use getlogin_r if available (gh-132751) #135098

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 2 commits into from
Jun 3, 2025

Conversation

colesbury
Copy link
Contributor

@colesbury colesbury commented Jun 3, 2025

The getlogin function is not thread-safe: replace with getlogin_r where available.
(cherry picked from commit 1ffe913)

The `getlogin` function is not thread-safe: replace with `getlogin_r` where
available.
(cherry picked from commit 1ffe913)

Co-authored-by: Duane Griffin <duaneg@dghda.com>
@colesbury colesbury merged commit b21d15f into python:3.13 Jun 3, 2025
37 checks passed
@colesbury colesbury deleted the backport-1ffe913-3.13 branch June 3, 2025 18:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants