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 serhiy.storchaka, vstinner, xiang.zhang
Date 2016-11-18.16:29:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479486542.46.0.255920606924.issue28398@psf.upfronthosting.co.za>
In-reply-to
Content
I know that _PyUnicode_FromASCII() is called with size=0. But most callers call it only with size!=0. I didn't investigate further. We should know what is the benefit of the patch before committing it. Just "for consistency" is a weak argument itself.
History
Date User Action Args
2016-11-18 16:29:02serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, xiang.zhang
2016-11-18 16:29:02serhiy.storchakasetmessageid: <1479486542.46.0.255920606924.issue28398@psf.upfronthosting.co.za>
2016-11-18 16:29:02serhiy.storchakalinkissue28398 messages
2016-11-18 16:29:02serhiy.storchakacreate