New submission from Michael Foord <mich...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue7900> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com