classification
Title: fix gcc warnings: explicit type conversion for uid/gid in posix
Type: Stage: patch review
Components: Library (Lib) Versions: Python 3.2, Python 3.1, Python 2.7
process
Status: closed Resolution: wont fix
Dependencies: Superseder:
Assigned To: Nosy List: haypo
Priority: normal Keywords: patch

Created on 2009-05-05 00:44 by haypo, last changed 2010-09-10 22:37 by haypo. This issue is now closed.

Files
File name Uploaded Description Edit
posix_warnings.patch haypo, 2009-05-05 00:44
Messages (2)
msg87196 - (view) Author: STINNER Victor (haypo) * (Python committer) Date: 2009-05-05 00:44
Explicit type conversion to fix gcc -Wextra warnings. The patch 
doesn't change the behaviour, it just makes gcc quiet.
msg116055 - (view) Author: STINNER Victor (haypo) * (Python committer) Date: 2010-09-10 22:37
Well, it's not a bug, just a gcc warning. We don't need this patch.
History
Date User Action Args
2010-09-10 22:37:55hayposetstatus: open -> closed
resolution: wont fix
messages: + msg116055
2010-07-31 17:08:01BreamoreBoysetstage: patch review
versions: + Python 3.2
2009-05-05 00:44:17haypocreate