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 pitrou
Recipients jcea, laca, pitrou, ronaldoussoren
Date 2011-01-04.11:08:34
SpamBayes Score 0.0014135279
Marked as misclassified No
Message-id <1294139319.03.0.190267830849.issue10822@psf.upfronthosting.co.za>
In-reply-to
Content
Under OpenSolaris, I get the following failure:

$ pfexec ./python -m test test_posix
[1/1] test_posix
test test_posix failed -- Traceback (most recent call last):
  File "/home/antoine/py3k/cc/Lib/test/test_posix.py", line 402, in test_getgroups
    set(posix.getgroups()))
AssertionError: Items in the first set but not the second:
0
History
Date User Action Args
2011-01-04 11:08:39pitrousetrecipients: + pitrou, jcea, ronaldoussoren, laca
2011-01-04 11:08:39pitrousetmessageid: <1294139319.03.0.190267830849.issue10822@psf.upfronthosting.co.za>
2011-01-04 11:08:34pitroulinkissue10822 messages
2011-01-04 11:08:34pitroucreate