Ronald Oussoren <ronaldousso...@mac.com> added the comment:

The PyMalloc error was a lame bug. I've also fixed another issue (missing 
parenthesis in an error return).

os-getgroups-v3.patch also adds unittests: 
* issue7900-tests.diff, but with all tests disabled on darwin (due to the 
broken implementation of getgroups) 
* a check that verifies that the result of os.getgroups is consistent with "id 
-G". This one is only tested on darwin because parsing the output of commands 
is fragile and I'm far from sure that the test will work on other platforms.

----------

_______________________________________
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

Reply via email to