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 amaury.forgeotdarc, dmalcolm, gregory.p.smith, loewis, solinym
Date 2009-09-17.19:05:13
SpamBayes Score 9.572192e-09
Marked as misclassified No
Message-id <1253214316.93.0.40087209434.issue6508@psf.upfronthosting.co.za>
In-reply-to
Content
I applied the same patch to Python 2.6.2 and believe that I got the
tab/space situation worked out so that it's consistent with the rest of
posixmodule.c

I also executed autoconf to convert configure.in to configure, and
judging by the config.log, it is testing for and finding setresuid and
friends.  It is also defining HAVE_SETRESUID to 1 as expected.  However,
when I execute this python and import os (or posix), it says that module
doesn't have the setresuid attribute.

I ran "strings" on libpython2.6a and found that it has the strings
"setuid" and "setreuid" as expected, but not my "setresuid".

Does anyone have any idea why this might be?  I'm trying hard to get
this into python but I'm not an expert on how the build works.
History
Date User Action Args
2009-09-17 19:05:16solinymsetrecipients: + solinym, loewis, gregory.p.smith, amaury.forgeotdarc, dmalcolm
2009-09-17 19:05:16solinymsetmessageid: <1253214316.93.0.40087209434.issue6508@psf.upfronthosting.co.za>
2009-09-17 19:05:15solinymlinkissue6508 messages
2009-09-17 19:05:14solinymcreate