[New-bugs-announce] [issue11592] Compilation warnings in os module

Antoine Pitrou report at bugs.python.org
Thu Mar 17 22:44:31 CET 2011


New submission from Antoine Pitrou <pitrou at free.fr>:

Under Linux:

./Modules/posixmodule.c: In function ‘posix_readv’:
./Modules/posixmodule.c:6239: attention : implicit declaration of function ‘readv’
./Modules/posixmodule.c: In function ‘posix_writev’:
./Modules/posixmodule.c:6583: attention : implicit declaration of function ‘writev’

Yet the presence of sys/uio.h seems correctly detected:

$ grep UIO pyconfig.h
#define HAVE_SYS_UIO_H 1

----------
assignee: rosslagerwall
messages: 131287
nosy: pitrou, rosslagerwall
priority: normal
severity: normal
status: open
title: Compilation warnings in os module
type: behavior
versions: Python 3.3

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


More information about the New-bugs-announce mailing list