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 ezio.melotti, josh.r, pitrou, serhiy.storchaka, vstinner, xiang.zhang
Date 2016-11-15.12:56:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479214619.85.0.264707507434.issue21449@psf.upfronthosting.co.za>
In-reply-to
Content
_PyUnicode_FromId would not fail due to bad encoded data if use the Latin1 encoding. Seems encoded data always is ASCII. We could use PyErr_WriteUnraisable() for output a warning if it is not.
History
Date User Action Args
2016-11-15 12:56:59serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, vstinner, ezio.melotti, josh.r, xiang.zhang
2016-11-15 12:56:59serhiy.storchakasetmessageid: <1479214619.85.0.264707507434.issue21449@psf.upfronthosting.co.za>
2016-11-15 12:56:59serhiy.storchakalinkissue21449 messages
2016-11-15 12:56:59serhiy.storchakacreate