-
-
Notifications
You must be signed in to change notification settings - Fork 31.3k
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
Add initgroups to the posix/os modules #51582
Comments
initgroups(2) is a function for initializing the aux group id list from Attached is a patch based on some code from Zope, expanded to have a I wasn't able to test the autoconf related parts of the patch as I don't I also can't run regrtest.py in my environment for some reason. It |
In case anyone is concerned about licensing issues, please see |
The test should skip when not hasattr(os, 'initgroups') since it's |
Good point. Updated patch attached. |
You can use the new test-skipping feature: |
Alright. Updated patch attached. |
pyflakes told me I didn't import errno in test_posix.py. Updated patch |
The documentation is os.rst is too laconic (coming from the Windows |
New version attached which makes the os.rst docs the same as the |
Slightly modified and committed in r76636 (trunk) and r76637 (py3k). |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: