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 xiang.zhang
Recipients serhiy.storchaka, vstinner, xiang.zhang
Date 2016-10-09.15:49:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476028146.3.0.529072270103.issue28398@psf.upfronthosting.co.za>
In-reply-to
Content
Right now in _PyUnicode_FromASCII, it only optimises for size 1 not size 0. All other places getting the same situation in unicodeobject.c do both.
History
Date User Action Args
2016-10-09 15:49:06xiang.zhangsetrecipients: + xiang.zhang, vstinner, serhiy.storchaka
2016-10-09 15:49:06xiang.zhangsetmessageid: <1476028146.3.0.529072270103.issue28398@psf.upfronthosting.co.za>
2016-10-09 15:49:06xiang.zhanglinkissue28398 messages
2016-10-09 15:49:06xiang.zhangcreate