Message 320154 - Python tracker

Message320154

Author vstinner
Recipients serhiy.storchaka, vstinner
Date 2018-06-21.10:55:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529578558.62.0.56676864532.issue33928@psf.upfronthosting.co.za>
In-reply-to
Content
_Py_DecodeUTF8Ex() creates surrogate pairs with 16-bit wchar_t (on Windows), whereas input bytes should be escaped. I'm quite sure that it's a bug.
History
Date User Action Args
2018-06-21 10:55:58vstinnersetrecipients: + vstinner, serhiy.storchaka
2018-06-21 10:55:58vstinnersetmessageid: <1529578558.62.0.56676864532.issue33928@psf.upfronthosting.co.za>
2018-06-21 10:55:58vstinnerlinkissue33928 messages
2018-06-21 10:55:58vstinnercreate