[proxy] web.archive.org← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light
/ cpython Public
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.8] bpo-40014: Fix os.getgrouplist() on macOS (GH-19118) #19123

Merged
merged 1 commit into from Mar 23, 2020

Conversation

Copy link
Contributor

miss-islington commented Mar 23, 2020

On macOS, getgrouplist() returns a non-zero value without setting
errno if the group list is too small. Double the list size and call
it again in this case.
(cherry picked from commit 8ec7370)

Co-authored-by: Victor Stinner vstinner@python.org

https://bugs.python.org/issue40014

On macOS, getgrouplist() returns a non-zero value without setting
errno if the group list is too small. Double the list size and call
it again in this case.
(cherry picked from commit 8ec7370)

Co-authored-by: Victor Stinner <vstinner@python.org>
Copy link
Member

vstinner left a comment

LGTM, good bot.

Copy link
Contributor Author

miss-islington commented Mar 23, 2020

@vstinner: Status check is done, and it's a success .

miss-islington merged commit 21bee0b into python:3.8 Mar 23, 2020
miss-islington deleted the backport-8ec7370-3.8 branch Mar 23, 2020
Copy link
Contributor Author

miss-islington commented Mar 23, 2020

@vstinner: Status check is done, and it's a success .

1 similar comment
Copy link
Contributor Author

miss-islington commented Mar 23, 2020

@vstinner: Status check is done, and it's a success .

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.

None yet

4 participants