[issue6352] Compiler warning in unicodeobject.c

2010-03-22 Thread Hagen Fürstenau
Hagen Fürstenau added the comment: Apparently this was never backported to 3.1. -- ___ Python tracker ___ ___ Python-bugs-list mailing

[issue6352] Compiler warning in unicodeobject.c

2010-03-23 Thread STINNER Victor
STINNER Victor added the comment: > Apparently this was never backported to 3.1. done: r79335 (py3k). -- ___ Python tracker ___ ___ P

[issue6352] Compiler warning in unicodeobject.c

2009-06-27 Thread Hagen Fürstenau
New submission from Hagen Fürstenau : Compiling --with-wide-unicode there's a warning that encodeUCS4 is defined, but not used. A trivial patch for this is attached. -- files: warning.patch keywords: patch messages: 89764 nosy: hagen severity: normal status: open title: Compiler warning

[issue6352] Compiler warning in unicodeobject.c

2010-01-15 Thread Ezio Melotti
Changes by Ezio Melotti : -- components: +Interpreter Core nosy: +ezio.melotti priority: -> normal stage: -> patch review type: -> compile error ___ Python tracker ___

[issue6352] Compiler warning in unicodeobject.c

2010-01-16 Thread STINNER Victor
STINNER Victor added the comment: r76197 fixed the warning (Nov 10 2009, 2 months ago). -- nosy: +haypo resolution: -> fixed status: open -> closed ___ Python tracker ___ __