[New-bugs-announce] [issue33223] test_posix fails ERRNO 0

Ioannis Valasakis report at bugs.python.org
Wed Apr 4 10:13:39 EDT 2018


New submission from Ioannis Valasakis <code at wizofe.uk>:

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.

----------
components: Tests, ctypes, macOS
messages: 314934
nosy: ned.deily, ronaldoussoren, wizofe
priority: normal
severity: normal
status: open
title: test_posix fails ERRNO 0
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33223>
_______________________________________


More information about the New-bugs-announce mailing list