New submission from Antoine Pitrou <pit...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue5929> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com