New submission from STINNER Victor <[email protected]>:

_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.

----------
components: Interpreter Core
messages: 320154
nosy: serhiy.storchaka, vstinner
priority: normal
severity: normal
status: open
title: _Py_DecodeUTF8Ex() creates surrogate pairs on Windows
versions: Python 3.7, Python 3.8

_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue33928>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to