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-06.15:44:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1478447058.92.0.204370890213.issue28398@psf.upfronthosting.co.za>
In-reply-to
Content
The case for size=0 often is handled before calling _PyUnicode_FromASCII. In what circumstances _PyUnicode_FromASCII is called with size=0? Is this case covered by tests?
History
Date User Action Args
2016-11-06 15:44:18serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, xiang.zhang
2016-11-06 15:44:18serhiy.storchakasetmessageid: <1478447058.92.0.204370890213.issue28398@psf.upfronthosting.co.za>
2016-11-06 15:44:18serhiy.storchakalinkissue28398 messages
2016-11-06 15:44:18serhiy.storchakacreate