Message229842
| Author | pitrou |
|---|---|
| Recipients | josh.r, pitrou, vstinner |
| Date | 2014-10-22.22:41:51 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1414017711.72.0.366863871727.issue21449@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Note that PyUnicode_CompareWithASCII should be quite fast in most cases (it uses memcmp() on UCS1 strings). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014-10-22 22:41:51 | pitrou | set | recipients: + pitrou, vstinner, josh.r |
| 2014-10-22 22:41:51 | pitrou | set | messageid: <1414017711.72.0.366863871727.issue21449@psf.upfronthosting.co.za> |
| 2014-10-22 22:41:51 | pitrou | link | issue21449 messages |
| 2014-10-22 22:41:51 | pitrou | create | |