Message195236
| Author | serhiy.storchaka |
|---|---|
| Recipients | christian.heimes, eric.snow, lemburg, pitrou, rhettinger, serhiy.storchaka, vstinner |
| Date | 2013-08-15.07:24:22 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1376551462.51.0.635502273586.issue17628@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Perhaps it worth manually inline unicode_eq() in these tight inner loops. Then we can move "PyUnicode_GET_LENGTH(a) * PyUnicode_KIND(a)" out of the loop. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-08-15 07:24:22 | serhiy.storchaka | set | recipients: + serhiy.storchaka, lemburg, rhettinger, pitrou, vstinner, christian.heimes, eric.snow |
| 2013-08-15 07:24:22 | serhiy.storchaka | set | messageid: <1376551462.51.0.635502273586.issue17628@psf.upfronthosting.co.za> |
| 2013-08-15 07:24:22 | serhiy.storchaka | link | issue17628 messages |
| 2013-08-15 07:24:22 | serhiy.storchaka | create | |