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 nnorwitz
Recipients andres, gvanrossum, loewis, nnorwitz
Date 2007-10-31.05:04:01
SpamBayes Score 0.1144658
Marked as misclassified No
Message-id <1193807041.66.0.0623903021733.issue1358@psf.upfronthosting.co.za>
In-reply-to
Content
I don't have access to a 10.5 machine.  My guess is that the difference
is between configure not setting _XOPEN_SOURCE and/or
_XOPEN_SOURCE_EXTENDED and it being set in pyconfig.h.  At least those
are both defined on 10.4.  

This page talks about needing to include unistd.h, but doesn't give
enough info:
http://developer.apple.com/documentation/Darwin/Reference/Manpages/man2/setpgid.2.html

Hopefully someone else with access to 10.5 can confirm if this is the
case and we can resolve this.
History
Date User Action Args
2007-10-31 05:04:01nnorwitzsetspambayes_score: 0.114466 -> 0.1144658
recipients: + nnorwitz, gvanrossum, loewis, andres
2007-10-31 05:04:01nnorwitzsetspambayes_score: 0.114466 -> 0.114466
messageid: <1193807041.66.0.0623903021733.issue1358@psf.upfronthosting.co.za>
2007-10-31 05:04:01nnorwitzlinkissue1358 messages
2007-10-31 05:04:01nnorwitzcreate