-
- Downloads
gh-99612: Fix PyUnicode_DecodeUTF8Stateful() for ASCII-only data (GH-99613)
Previously *consumed was not set in this case.
Showing
- Lib/test/test_capi/test_codecs.py 54 additions, 0 deletionsLib/test/test_capi/test_codecs.py
- Misc/NEWS.d/next/C API/2022-11-20-09-52-50.gh-issue-99612.eBHksg.rst 2 additions, 0 deletions.../next/C API/2022-11-20-09-52-50.gh-issue-99612.eBHksg.rst
- Modules/_testcapi/unicode.c 36 additions, 0 deletionsModules/_testcapi/unicode.c
- Objects/unicodeobject.c 3 additions, 0 deletionsObjects/unicodeobject.c
Loading
Please register or sign in to comment