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 ned.deily
Recipients barry, ned.deily, ronaldoussoren
Date 2018-10-25.20:00:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1540497624.1.0.788709270274.issue35070@psf.upfronthosting.co.za>
In-reply-to
Content
Hmm, I'm not seeing that behavior with either a freshly-built top of master 3.8 or with the python.org 3.7.1.

$ ./python  -c "import os;print(os.getgroups())"
[20, 12, 61, 79, 80, 81, 98, 33, 100, 204, 250, 395, 398, 399]
$ id -G
20 12 61 79 80 81 98 33 100 204 250 395 398 399
nad@harj:~/Projects/PyDev/active/dev/3x/source$ ./python -m test -w test_posix
Run tests sequentially
0:00:00 load avg: 1.64 [1/1] test_posix

== Tests result: SUCCESS ==

1 test OK.

Total duration: 13 sec 938 ms
Tests result: SUCCESS
$ ./python
Python 3.8.0a0 (heads/master:9e95eb0d60, Oct 25 2018, 15:55:56)
[Clang 10.0.0 (clang-1000.11.45.2)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> ^D
History
Date User Action Args
2018-10-25 20:00:24ned.deilysetrecipients: + ned.deily, barry, ronaldoussoren
2018-10-25 20:00:24ned.deilysetmessageid: <1540497624.1.0.788709270274.issue35070@psf.upfronthosting.co.za>
2018-10-25 20:00:24ned.deilylinkissue35070 messages
2018-10-25 20:00:23ned.deilycreate