Message280928
| Author | serhiy.storchaka |
|---|---|
| Recipients | ezio.melotti, josh.r, methane, python-dev, serhiy.storchaka, vstinner, xiang.zhang |
| Date | 2016-11-16.08:25:43 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1479284743.2.0.232027978198.issue28701@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Thanks Xiang and Inada for your reviews. The patch fixes a bug: error is not checked after PyUnicode_CompareWithASCIIString(). The patch is not applicable to 2.7 since PyUnicode_CompareWithASCIIString() is Python 3 only. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-11-16 08:25:43 | serhiy.storchaka | set | recipients: + serhiy.storchaka, vstinner, ezio.melotti, methane, python-dev, josh.r, xiang.zhang |
| 2016-11-16 08:25:43 | serhiy.storchaka | set | messageid: <1479284743.2.0.232027978198.issue28701@psf.upfronthosting.co.za> |
| 2016-11-16 08:25:43 | serhiy.storchaka | link | issue28701 messages |
| 2016-11-16 08:25:43 | serhiy.storchaka | create | |