[New-bugs-announce] [issue7900] posix.getgroups() failure on Mac OS X

Michael Foord report at bugs.python.org
Wed Feb 10 16:04:58 CET 2010


New submission from Michael Foord <michael at voidspace.org.uk>:

test_posix fails on trunk on Mac OS X (Snow Leopard)

test.test_support.TestFailed: Traceback (most recent call last):
  File "Lib/test/test_posix.py", line 42, in testNoArgFunctions
    posix_func()
OSError: [Errno 22] Invalid argument

Python 2.7a3+ (trunk:78129M, Feb 10 2010, 10:40:28) 
[GCC 4.2.1 (Apple Inc. build 5646) (dot 1)] on darwin
>>> import posix
>>> posix.getgroups()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
OSError: [Errno 22] Invalid argument

----------
components: Library (Lib)
messages: 99165
nosy: loewis, michael.foord
severity: normal
status: open
title: posix.getgroups() failure on Mac OS X
type: behavior
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7900>
_______________________________________


More information about the New-bugs-announce mailing list