New submission from Serhiy Storchaka <storchaka+cpyt...@gmail.com>:

Currently the code page decoder uses the legacy Unicode C API for creating an 
output buffer as a Unicode object with PyUnicode_WCHAR_KIND. Proposed PR makes 
it using a raw wchar_t* buffer.

This is necessary for deprecating and removing the legacy Unicode C API in 
future.

----------
assignee: serhiy.storchaka
components: Interpreter Core
messages: 330816
nosy: serhiy.storchaka
priority: normal
severity: normal
status: open
title: Use wchar_t* buffer instead of Unicode object in code page decoder
versions: Python 3.8

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue35365>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to