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 ned.deily
Recipients benjamin.peterson, georg.brandl, ned.deily, rosslagerwall
Date 2013-02-02.22:34:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1359844491.32.0.291248562913.issue16698@psf.upfronthosting.co.za>
In-reply-to
Content
The problem is as documented for issue10433: http://docs.python.org/2/library/os.html#os.getgroups

Here's a patch that skips the failing test when Python is built on OS X with a deployment target less than 10.6.  Currently on releases prior to 3.3.0, the build deployment target defaults to 10.5 or earlier unless it is explicitly overridden at configure time with MACOSX_DEPLOYMENT_TARGET (Issue11485).  The patch seems to work OK on 2.7.  I'm about to test with 3.2 and later.
History
Date User Action Args
2013-02-02 22:34:51ned.deilysetrecipients: + ned.deily, georg.brandl, benjamin.peterson, rosslagerwall
2013-02-02 22:34:51ned.deilysetmessageid: <1359844491.32.0.291248562913.issue16698@psf.upfronthosting.co.za>
2013-02-02 22:34:51ned.deilylinkissue16698 messages
2013-02-02 22:34:51ned.deilycreate