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 loewis
Recipients
Date 2007-07-08.10:29:10
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Notice that the value really is -2.

It's important to find out how uid_t is defined on the platform; 
it may be that the return value of stat is already incorrect.

Merely changing the variables to uid_t and gid_t is not enough,
since then ParseTuple would stop working correctly.

Is anybody interested in providing a patch?
History
Date User Action Args
2007-08-23 14:58:19adminlinkissue1747858 messages
2007-08-23 14:58:19admincreate