Message 278364 - Python tracker (original) (raw)

Message278364

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:06 xiang.zhang set recipients: + xiang.zhang, vstinner, serhiy.storchaka
2016-10-09 15:49:06 xiang.zhang set messageid: 1476028146.3.0.529072270103.issue28398@psf.upfronthosting.co.za
2016-10-09 15:49:06 xiang.zhang link issue28398 messages
2016-10-09 15:49:06 xiang.zhang create