[issue5934] fix gcc warnings: explicit type conversion for uid/gid in posix

STINNER Victor report at bugs.python.org
Tue May 5 02:44:18 CEST 2009


New submission from STINNER Victor <victor.stinner at haypocalc.com>:

Explicit type conversion to fix gcc -Wextra warnings. The patch 
doesn't change the behaviour, it just makes gcc quiet.

----------
components: Library (Lib)
files: posix_warnings.patch
keywords: patch
messages: 87196
nosy: haypo
severity: normal
status: open
title: fix gcc warnings: explicit type conversion for uid/gid in posix
versions: Python 2.7, Python 3.1
Added file: http://bugs.python.org/file13887/posix_warnings.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5934>
_______________________________________


More information about the Python-bugs-list mailing list