This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author JDLH
Recipients JDLH
Date 2017-02-16.05:19:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1487222361.77.0.515485779593.issue29562@psf.upfronthosting.co.za>
In-reply-to
Content
I guess I didn't state the things I find odd about what the new test_getgroups results. 

1. `os.getgroups()` used to return group (395, 'com.apple.access_ftp'), but no longer does.  I don't see a reason why.

2. `os.getgroups()` is returning 2 fewer group id's than `id -G`, even as the total number of groups is reduced.  This is not the behaviour of an API limited by {NGROUPS_MAX}.
History
Date User Action Args
2017-02-16 05:19:21JDLHsetrecipients: + JDLH
2017-02-16 05:19:21JDLHsetmessageid: <1487222361.77.0.515485779593.issue29562@psf.upfronthosting.co.za>
2017-02-16 05:19:21JDLHlinkissue29562 messages
2017-02-16 05:19:21JDLHcreate