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 michael.foord
Recipients loewis, michael.foord
Date 2010-02-10.15:04:54
SpamBayes Score 2.753825e-11
Marked as misclassified No
Message-id <1265814298.66.0.86998714187.issue7900@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2010-02-10 15:04:59michael.foordsetrecipients: + michael.foord, loewis
2010-02-10 15:04:58michael.foordsetmessageid: <1265814298.66.0.86998714187.issue7900@psf.upfronthosting.co.za>
2010-02-10 15:04:56michael.foordlinkissue7900 messages
2010-02-10 15:04:55michael.foordcreate