Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [3.12] gh-99593: Add tests for Unicode C API (part 3) (GH-104728) (GH-106595) | Serhiy Storchaka | 2023-07-10 | 1 | -0/+466 |
| | | | | Add tests for codecs. (cherry picked from commit 51ea664d18938645521bdd128a3c55f9c197644c) | ||||
* | gh-99612: Fix PyUnicode_DecodeUTF8Stateful() for ASCII-only data (GH-99613) | Serhiy Storchaka | 2022-12-01 | 1 | -0/+54 |
Previously *consumed was not set in this case. |