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 serhiy.storchaka
Recipients ajaksu2, christian.heimes, ezio.melotti, petri.lehtinen, pitrou, r.david.murray, serhiy.storchaka, tzimmo
Date 2012-10-29.21:17:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351545438.45.0.796633248986.issue2005@psf.upfronthosting.co.za>
In-reply-to
Content
> Checking whether a type is unsigned in configure.ac might be cumbersome...

This can be done in compile time. Something like:

  if ((uid_t)-1 > 0) ...
History
Date User Action Args
2012-10-29 21:17:18serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, christian.heimes, ajaksu2, ezio.melotti, r.david.murray, petri.lehtinen, tzimmo
2012-10-29 21:17:18serhiy.storchakasetmessageid: <1351545438.45.0.796633248986.issue2005@psf.upfronthosting.co.za>
2012-10-29 21:17:18serhiy.storchakalinkissue2005 messages
2012-10-29 21:17:18serhiy.storchakacreate