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 petri.lehtinen
Recipients ajaksu2, christian.heimes, ezio.melotti, petri.lehtinen, pitrou, r.david.murray, serhiy.storchaka, tzimmo
Date 2012-10-30.06:28:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20121030062817.GA1349@p29>
In-reply-to <1351545438.45.0.796633248986.issue2005@psf.upfronthosting.co.za>
Content
Serhiy Storchaka wrote:
> This can be done in compile time. Something like:
> 
>   if ((uid_t)-1 > 0) ...

Ah, neat. I would have expected that to issue a compiler warning,
though, because the comparison is always true if the type is unsigned,
but at least gcc doesn't seem to warn.
History
Date User Action Args
2012-10-30 06:28:21petri.lehtinensetrecipients: + petri.lehtinen, pitrou, christian.heimes, ajaksu2, ezio.melotti, r.david.murray, serhiy.storchaka, tzimmo
2012-10-30 06:28:21petri.lehtinenlinkissue2005 messages
2012-10-30 06:28:20petri.lehtinencreate