This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2008年11月25日 00:39 by CWRU_Researcher1, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg76372 - (view) | Author: Brian Szuter (CWRU_Researcher1) | Date: 2008年11月25日 00:39 | |
/home/rxc92/project/Python-2.5.2/Parser/tokenizer.c (translate_into_utf8) Line 573 The return value of PyUnicode_AsUTF8String() is never checked if it is NULL. Reference: http://www.python.org/doc/2.5.2/api/builtinCodecs.html#l2h-523 |
|||
| msg76393 - (view) | Author: Benjamin Peterson (benjamin.peterson) * (Python committer) | Date: 2008年11月25日 02:49 | |
There are already NULL checks. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:41 | admin | set | github: 48662 |
| 2008年11月25日 02:49:45 | benjamin.peterson | set | status: open -> closed resolution: not a bug messages: + msg76393 nosy: + benjamin.peterson |
| 2008年11月25日 00:39:48 | CWRU_Researcher1 | create | |