[issue4419] PyUnicode_DecodeUTF8 is not checked for NULL return value

Benjamin Peterson report at bugs.python.org
Tue Nov 25 03:48:22 CET 2008


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

This doesn't need a NULL check. The exception is propagated to the caller.

----------
nosy: +benjamin.peterson
resolution:  -> invalid
status: open -> closed

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


More information about the Python-bugs-list mailing list