Message274610
| Author | eric.smith |
|---|---|
| Recipients | Demur Rumed, eric.smith, mjpieters, python-dev, rhettinger, serhiy.storchaka, ztane |
| Date | 2016-09-06.19:31:16 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1473190276.43.0.881372462142.issue27078@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Now that I've looked at PyUnicode_New, I agree with using PyUnicode_New(0, 0). I can't imagine we could measure the difference with optimizing it in the opcode itself before calling PyUnicode_New. Thanks for adding this, Serhiy. I think it's great stuff, and works well with FORMAT_VALUE. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-09-06 19:31:16 | eric.smith | set | recipients: + eric.smith, rhettinger, mjpieters, python-dev, serhiy.storchaka, ztane, Demur Rumed |
| 2016-09-06 19:31:16 | eric.smith | set | messageid: <1473190276.43.0.881372462142.issue27078@psf.upfronthosting.co.za> |
| 2016-09-06 19:31:16 | eric.smith | link | issue27078 messages |
| 2016-09-06 19:31:16 | eric.smith | create | |