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 serhiy.storchaka
Date 2018-11-30.19:34:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543606479.07.0.788709270274.issue35365@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-11-30 19:34:39serhiy.storchakasetrecipients: + serhiy.storchaka
2018-11-30 19:34:39serhiy.storchakasetmessageid: <1543606479.07.0.788709270274.issue35365@psf.upfronthosting.co.za>
2018-11-30 19:34:38serhiy.storchakalinkissue35365 messages
2018-11-30 19:34:38serhiy.storchakacreate