[issue5929] warnings in unicodeobject.c

2009-05-05 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r72326. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker ___ __

[issue5929] warnings in unicodeobject.c

2009-05-04 Thread STINNER Victor
STINNER Victor added the comment: Use "const char*" fixes this issue. Note: the warning was introduced by r72260 (issue #5108). -- keywords: +patch nosy: +haypo Added file: http://bugs.python.org/file13881/unicode_warning.patch ___ Python tracker <

[issue5929] warnings in unicodeobject.c

2009-05-04 Thread Antoine Pitrou
New submission from Antoine Pitrou : 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 ‘PyUnic