uid_t, gid_t issue in python tests?

"Martin v. Löwis" martin at v.loewis.de
Wed Mar 17 21:42:31 EST 2004


John Marshall wrote:
> Shouldn't this code expect unsigned int, one way
> or another (as unsigned int, uid_t, gid_t, ...)?

Perhaps. However, this would break on systems where
getgrgid is defined to take an int as its argument.

Regards,
Martin




More information about the Python-list mailing list