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.

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

Created on 2009-05-05 00:44 by vstinner, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
posix_warnings.patch vstinner, 2009-05-05 00:44
Messages (2)
msg87196 - (view) Author: STINNER Victor (vstinner) * (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 (vstinner) * (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
2022-04-11 14:56:48adminsetgithub: 50184
2010-09-10 22:37:55vstinnersetstatus: open -> closed
resolution: wont fix
messages: + msg116055
2010-07-31 17:08:01BreamoreBoysetstage: patch review
versions: + Python 3.2
2009-05-05 00:44:17vstinnercreate