Message 99165 - Python tracker (original) (raw)

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 "", line 1, in OSError: [Errno 22] Invalid argument