Message274608
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. |
|
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 | |
|