Message120711
| Author | vstinner |
|---|---|
| Recipients | hfuru, vstinner |
| Date | 2010-11-08.03:52:47 |
| SpamBayes Score | 0.00026127158 |
| Marked as misclassified | No |
| Message-id | <1289188383.35.0.82373707.issue10308@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-11-08 03:53:03 | vstinner | set | recipients: + vstinner, hfuru |
| 2010-11-08 03:53:03 | vstinner | set | messageid: <1289188383.35.0.82373707.issue10308@psf.upfronthosting.co.za> |
| 2010-11-08 03:52:47 | vstinner | link | issue10308 messages |
| 2010-11-08 03:52:47 | vstinner | create | |