[issue10822] test_getgroups failure under Solaris

2011-01-21 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: Antoine, can you confirm that the problem is solved, and mark this issue as closed/fixed?. Thanks. -- nosy: -rosslagerwall resolution: fixed - stage: committed/rejected - needs patch status: closed - open

[issue10822] test_getgroups failure under Solaris

2011-01-21 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: Sorry, Firefox insists in cache-ing the tracker, with bad results. I beg your pardon. -- nosy: +rosslagerwall resolution: - fixed stage: needs patch - committed/rejected status: open - closed ___

[issue10822] test_getgroups failure under Solaris

2011-01-12 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: Thanks for the patch! Committed in r87958 (3.2), r87959 (3.1) and r87961 (2.7). -- resolution: - fixed stage: needs patch - committed/rejected status: open - closed ___ Python tracker

[issue10822] test_getgroups failure under Solaris

2011-01-10 Thread Ross Lagerwall
Changes by Ross Lagerwall rosslagerw...@gmail.com: -- nosy: +rosslagerwall ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10822 ___ ___

[issue10822] test_getgroups failure under Solaris

2011-01-10 Thread Ross Lagerwall
Ross Lagerwall rosslagerw...@gmail.com added the comment: It seems to work fine on OpenIndiana (running normally or as root). According to the posix specification, It is implementation-defined whether getgroups() also returns the effective group ID in the grouplist array. But, id -G prints

[issue10822] test_getgroups failure under Solaris

2011-01-04 Thread Antoine Pitrou
New submission from Antoine Pitrou pit...@free.fr: 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