This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:54serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, mjpieters, eric.smith, python-dev, ztane, Demur Rumed
2016-09-06 19:23:54serhiy.storchakasetmessageid: <1473189834.21.0.0802515585167.issue27078@psf.upfronthosting.co.za>
2016-09-06 19:23:54serhiy.storchakalinkissue27078 messages
2016-09-06 19:23:54serhiy.storchakacreate