STINNER Victor <victor.stin...@haypocalc.com> added the comment:

3.2a3 chunk#2 cannot fail because PyUnicode_AsWideChar() only returns -1 if the 
first argument is NULL, whereas we just checked that decoded is not NULL. But 
it would be better to fix the variable type to avoid future bugs.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10308>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to