[issue22218] Fix more compiler warnings "comparison between signed and unsigned integers"

Stéphane Wirtel report at bugs.python.org
Sat Oct 11 11:43:46 CEST 2014


Stéphane Wirtel added the comment:

Hi Victor,

Here is a small patch for the unicodeobject.c file.

I am not sure if it's the correct solution to this problem, but for me, the size parameter should be a unsigned long and not a signed.

----------
nosy: +matrixise
Added file: http://bugs.python.org/file36876/fix_warning_unicodeobject.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22218>
_______________________________________


More information about the Python-bugs-list mailing list