[issue4420] PyUnicode_Decode is not checked for NULL return value

2011-03-22 Thread Roundup Robot
Roundup Robot devnull@devnull added the comment: New changeset 24179f82b7de by Éric Araujo in branch '2.7': Fix obscure set crashers (#4420). Backport of d56b3cafb1e6, reviewed by Raymond. http://hg.python.org/cpython/rev/24179f82b7de -- nosy: +python-dev

[issue4420] PyUnicode_Decode is not checked for NULL return value

2011-03-22 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- Removed message: http://bugs.python.org/msg131834 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4420 ___

[issue4420] PyUnicode_Decode is not checked for NULL return value

2008-11-24 Thread Brian Szuter
New submission from Brian Szuter [EMAIL PROTECTED]: Python-2.5.2/Objects/unicodeobject.c(PyUnicodeUCS2_FromEncodedObject) Line 567 PyUnicode_Decode is not checked for NULL return value -- components: None messages: 76383 nosy: CWRU_Researcher1 severity: normal status: open title:

[issue4420] PyUnicode_Decode is not checked for NULL return value

2008-11-24 Thread Benjamin Peterson
Benjamin Peterson [EMAIL PROTECTED] added the comment: There doesn't need to be a NULL check here. The exception is merely propagated to the caller. -- nosy: +benjamin.peterson resolution: - invalid status: open - closed ___ Python tracker [EMAIL