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 ezio.melotti, lemburg, serhiy.storchaka, vstinner
Date 2021-10-14.18:40:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634236852.53.0.0839626073282.issue45472@roundup.psfhosted.org>
In-reply-to
Content
The proposed PR adds C API functions PyUnicode_DecodeUnicodeEscapeStateful() and PyUnicode_DecodeRawUnicodeEscapeStateful() for partially decoding with "unicode-escape" and "raw-unicode-escape" encodings. It were the only multibyte text codecs which did not provide such interface.

They are neccessary for correct implementation of increment decoders and stream  readers (see issue45461 and issue45467).
History
Date User Action Args
2021-10-14 18:40:52serhiy.storchakasetrecipients: + serhiy.storchaka, lemburg, vstinner, ezio.melotti
2021-10-14 18:40:52serhiy.storchakasetmessageid: <1634236852.53.0.0839626073282.issue45472@roundup.psfhosted.org>
2021-10-14 18:40:52serhiy.storchakalinkissue45472 messages
2021-10-14 18:40:52serhiy.storchakacreate