Message274608
| Author | serhiy.storchaka |
|---|---|
| Recipients | Demur Rumed, eric.smith, mjpieters, python-dev, rhettinger, serhiy.storchaka, ztane |
| Date | 2016-09-06.19:23:54 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1473189834.21.0.0802515585167.issue27078@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Thank you for your review Eric. I considered passing NULL, but as Antti said, it is already used for space separated concatenation. PyUnicode_New(0, 0) is the obvious way to get an empty string, and I think it is fast enough. If this affects performance we can add additional microoptimization later. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-09-06 19:23:54 | serhiy.storchaka | set | recipients: + serhiy.storchaka, rhettinger, mjpieters, eric.smith, python-dev, ztane, Demur Rumed |
| 2016-09-06 19:23:54 | serhiy.storchaka | set | messageid: <1473189834.21.0.0802515585167.issue27078@psf.upfronthosting.co.za> |
| 2016-09-06 19:23:54 | serhiy.storchaka | link | issue27078 messages |
| 2016-09-06 19:23:54 | serhiy.storchaka | create | |