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 larry
Recipients Arfrever, Mark.Shannon, do1, larry, ned.deily, vstinner
Date 2012-07-14.00:37:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342226273.7.0.150482536489.issue15301@psf.upfronthosting.co.za>
In-reply-to
Content
Thinking about it some more, maybe we need to be smart about whether uid_t/gid_t are signed or unsigned.

I'm no good with configure hackery--could anyone here enhance the configure script so it could tell us whether or not uid_t and gid_t were signed or unsigned?
History
Date User Action Args
2012-07-14 00:37:53larrysetrecipients: + larry, vstinner, ned.deily, Arfrever, Mark.Shannon, do1
2012-07-14 00:37:53larrysetmessageid: <1342226273.7.0.150482536489.issue15301@psf.upfronthosting.co.za>
2012-07-14 00:37:53larrylinkissue15301 messages
2012-07-14 00:37:52larrycreate