[Python-Dev] red buildbots on 2.7 (original) (raw)
"Martin v. Löwis" martin at v.loewis.de
Tue Jun 22 23:50:49 CEST 2010
- Previous message: [Python-Dev] red buildbots on 2.7
- Next message: [Python-Dev] red buildbots on 2.7
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
This effectively substitutes getgrouplist called on the current user for getgroups. In 3.x, I believe the correct action will be to provide direct access to getgrouplist which is while not POSIX (yet?), is widely available.
As a policy, adding non-POSIX functions to the posix module is perfectly fine, as long as there is an autoconf test for it (plain ifdefs are gruntingly accepted also).
Regards, Martin
- Previous message: [Python-Dev] red buildbots on 2.7
- Next message: [Python-Dev] red buildbots on 2.7
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]