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 wizofe
Recipients ned.deily, ronaldoussoren, wizofe
Date 2018-04-04.14:13:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1522851219.93.0.682650639539.issue33223@psf.upfronthosting.co.za>
In-reply-to
Content
I am on mac OSX high Sierra 10.13.4. I am using the Apple LLVM version 9.1.0 (clang-902.0.37.1) from the XCode toolchain. 

My tests fail on posix and if run the interpreter I get

--- pylog ---
./python.exe
Python 3.8.0a0 (heads/master:da58533ac6, Apr  3 2018, 16:54:53)
[Clang 9.1.0 (clang-902.0.37.1)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import os
>>> os.getgrouplist('wizofe', 20)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
OSError: [Errno 0] Error
--- pylog ---

My system is defined as case-sensitive in the setup.
History
Date User Action Args
2018-04-04 14:13:39wizofesetrecipients: + wizofe, ronaldoussoren, ned.deily
2018-04-04 14:13:39wizofesetmessageid: <1522851219.93.0.682650639539.issue33223@psf.upfronthosting.co.za>
2018-04-04 14:13:39wizofelinkissue33223 messages
2018-04-04 14:13:38wizofecreate