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 loewis
Recipients boya, loewis, vstinner
Date 2009-09-11.07:54:15
SpamBayes Score 0.00064056006
Marked as misclassified No
Message-id <1252655657.76.0.0903817516389.issue6873@psf.upfronthosting.co.za>
In-reply-to
Content
I think the new patch is still incorrect. You now pass long variables into 
the i argument parser. Also, I would expect that compilers prefer to see 
an explicit cast from long to uid_t, in case it's a truncating cast.

Can you try your patch on a system where all this is an actual problem?
History
Date User Action Args
2009-09-11 07:54:18loewissetrecipients: + loewis, vstinner, boya
2009-09-11 07:54:17loewissetmessageid: <1252655657.76.0.0903817516389.issue6873@psf.upfronthosting.co.za>
2009-09-11 07:54:16loewislinkissue6873 messages
2009-09-11 07:54:15loewiscreate