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 solinym
Recipients solinym
Date 2009-08-21.18:59:30
SpamBayes Score 1.3610395e-08
Marked as misclassified No
Message-id <1250881173.64.0.234060523561.issue6758@psf.upfronthosting.co.za>
In-reply-to
Content
The posixmodule.c seems to have a lot of really complex CPP logic about
what chunks to compile.  If the target is to put the code there, I would
have to be guessing - next to the HAVE_GETEUID looks promising.

But wouldn't it be better to have the configure script check for the
presence of e.g. getresuid and compile it iff it finds it?  So that
sounds like some work with the autoconf script...
History
Date User Action Args
2009-08-21 18:59:33solinymsetrecipients: + solinym
2009-08-21 18:59:33solinymsetmessageid: <1250881173.64.0.234060523561.issue6758@psf.upfronthosting.co.za>
2009-08-21 18:59:30solinymlinkissue6758 messages
2009-08-21 18:59:30solinymcreate