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 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:16eric.smithsetrecipients: + eric.smith, rhettinger, mjpieters, python-dev, serhiy.storchaka, ztane, Demur Rumed
2016-09-06 19:31:16eric.smithsetmessageid: <1473190276.43.0.881372462142.issue27078@psf.upfronthosting.co.za>
2016-09-06 19:31:16eric.smithlinkissue27078 messages
2016-09-06 19:31:16eric.smithcreate