[New-bugs-announce] [issue35365] Use wchar_t* buffer instead of Unicode object in code page decoder

Serhiy Storchaka report at bugs.python.org
Fri Nov 30 14:34:39 EST 2018


New submission from Serhiy Storchaka <storchaka+cpython at 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 <report at bugs.python.org>
<https://bugs.python.org/issue35365>
_______________________________________


More information about the New-bugs-announce mailing list