[issue19424] _warnings: patch to avoid conversions from/to UTF-8

Vajrasky Kok report at bugs.python.org
Sun Nov 3 12:55:25 CET 2013


Vajrasky Kok added the comment:

Py_ssize_t is signed long. size_it is unsigned long. In this case, I suppose we should avoid unsigned as much as possible in comparison with signed.

So I think Zachary's patch is reasonable.

What do you think, Victor?

----------

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


More information about the Python-bugs-list mailing list