Message 201680 - Python tracker
Message201680
| Author | serhiy.storchaka |
|---|---|
| Recipients | Arfrever, ezio.melotti, serhiy.storchaka, vstinner |
| Date | 2013-10-29.21:47:00 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1383083220.65.0.911602481946.issue19424@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Well, it looks reasonable. But an action should be ASCII only string. So perhaps we should first check PyUnicode_IS_ASCII() and then use PyUnicode_1BYTE_DATA() and strcpy(). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-10-29 21:47:00 | serhiy.storchaka | set | recipients: + serhiy.storchaka, vstinner, ezio.melotti, Arfrever |
| 2013-10-29 21:47:00 | serhiy.storchaka | set | messageid: <1383083220.65.0.911602481946.issue19424@psf.upfronthosting.co.za> |
| 2013-10-29 21:47:00 | serhiy.storchaka | link | issue19424 messages |
| 2013-10-29 21:47:00 | serhiy.storchaka | create | |