[New-bugs-announce] [issue5929] warnings in unicodeobject.c

Antoine Pitrou report at bugs.python.org
Mon May 4 23:19:44 CEST 2009


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

This happens in trunk and py3k:

gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall
-Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o
Objects/unicodeobject.o Objects/unicodeobject.c
Objects/unicodeobject.c: In function ‘PyUnicodeUCS2_FromFormatV’:
Objects/unicodeobject.c:795: attention : pointer targets in passing
argument 1 of ‘strlen’ differ in signedness
Objects/unicodeobject.c:795: attention : pointer targets in passing
argument 1 of ‘PyUnicodeUCS2_DecodeUTF8’ differ in signedness

----------
components: Interpreter Core
messages: 87180
nosy: pitrou
priority: normal
severity: normal
stage: needs patch
status: open
title: warnings in unicodeobject.c
type: behavior
versions: Python 2.7, Python 3.1

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


More information about the New-bugs-announce mailing list