This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author benjamin.peterson
Recipients benjamin.peterson
Date 2008-03-18.14:00:11
SpamBayes Score 0.09725051
Marked as misclassified No
Message-id <1205848812.38.0.436275134314.issue2388@psf.upfronthosting.co.za>
In-reply-to
Content
Compiling Python with --enable-unicode=ucs4 yields some compiler
warnings for unicodeobject.c:
In file included from Objects/unicodeobject.c:7807:
Objects/stringlib/string_format.h: In function 'do_conversion':
Objects/stringlib/string_format.h:745: warning: format '%c' expects type
'int', but argument 3 has type 'Py_UNICODE'
In file included from Objects/unicodeobject.c:7807:
Objects/stringlib/string_format.h: In function 'do_conversion':
Objects/stringlib/string_format.h:745: warning: format '%c' expects type
'int', but argument 3 has type 'Py_UNICODE'
Objects/unicodeobject.c: In function 'PyUnicodeUCS4_Format':
Objects/unicodeobject.c:8603: warning: format '%c' expects type 'int',
but argument 3 has type 'Py_UNICODE'
Objects/unicodeobject.c: In function 'PyUnicodeUCS4_Format':
Objects/unicodeobject.c:8603: warning: format '%c' expects type 'int',
but argument 3 has type 'Py_UNICODE'
History
Date User Action Args
2008-03-18 14:00:12benjamin.petersonsetspambayes_score: 0.0972505 -> 0.09725051
recipients: + benjamin.peterson
2008-03-18 14:00:12benjamin.petersonsetspambayes_score: 0.0972505 -> 0.0972505
messageid: <1205848812.38.0.436275134314.issue2388@psf.upfronthosting.co.za>
2008-03-18 14:00:11benjamin.petersonlinkissue2388 messages
2008-03-18 14:00:11benjamin.petersoncreate