[issue2388] Compiler warnings when using UCS4

Benjamin Peterson report at bugs.python.org
Tue Mar 18 15:48:52 CET 2008


Benjamin Peterson <musiccomposition at gmail.com> added the comment:

There are similar warnings in formater_unicode.c:
In file included from Python/formatter_unicode.c:13:
Python/../Objects/stringlib/formatter.h: In function 'unicode__format__':
Python/../Objects/stringlib/formatter.h:789: warning: format '%c'
expects type 'int', but argument 3 has type 'Py_UNICODE'
In file included from Python/formatter_unicode.c:13:
Python/../Objects/stringlib/formatter.h: In function 'unicode__format__':
Python/../Objects/stringlib/formatter.h:789: warning: format '%c'
expects type 'int', but argument 3 has type 'Py_UNICODE'

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2388>
__________________________________


More information about the Python-bugs-list mailing list