
This issue trackerhas been migrated toGitHub, and is currentlyread-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.
Created on2008-11-25 00:42 byCWRU_Researcher1, last changed2022-04-11 14:56 byadmin. This issue is nowclosed.
| Messages (2) | |||
|---|---|---|---|
| msg76373 -(view) | Author: Brian Szuter (CWRU_Researcher1) | Date: 2008-11-25 00:42 | |
/home/rxc92/project/Python-2.5.2/Objects/unicodeobject.c(PyUnicodeUCS2_AsEncodedString)Line 699Failed to check PyUnicode_AsUTF8String() for returning NULL.Referenced:http://www.python.org/doc/2.5.2/api/builtinCodecs.html#l2h-523 | |||
| msg76390 -(view) | Author: Benjamin Peterson (benjamin.peterson)*![]() | Date: 2008-11-25 02:44 | |
This doesn't need a NULL check. The exception is propagated to the caller. | |||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:56:41 | admin | set | github: 48663 |
| 2008-11-25 02:44:36 | benjamin.peterson | set | status: open -> closed resolution: not a bug messages: +msg76390 nosy: +benjamin.peterson |
| 2008-11-25 00:42:38 | CWRU_Researcher1 | create | |