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, pitrou, r.david.murray, serhiy.storchaka, tzimmo
Date 2012-10-23.19:00:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351018858.56.0.557600380184.issue2005@psf.upfronthosting.co.za>
In-reply-to
Content
uid_t and gid_t converters can not be just typedefs. uid_t and gid_t can be unsigned integral types (but including -1).

Also should be fixed Modules/grpmodule.c, Modules/pwdmodule.c and Modules/signalmodule.c.
History
Date User Action Args
2012-10-23 19:00:58serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, christian.heimes, ajaksu2, r.david.murray, tzimmo
2012-10-23 19:00:58serhiy.storchakasetmessageid: <1351018858.56.0.557600380184.issue2005@psf.upfronthosting.co.za>
2012-10-23 19:00:58serhiy.storchakalinkissue2005 messages
2012-10-23 19:00:58serhiy.storchakacreate