Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.10] gh-99612: Fix PyUnicode_DecodeUTF8Stateful() for ASCII-only data (GH-99613) (GH-107224) #107230

Merged
merged 1 commit into from
Aug 22, 2023

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Jul 25, 2023

(cherry picked from commit b8b3e6a)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com
Previously *consumed was not set in this case.
(cherry picked from commit f08e52c)

…nly data (pythonGH-99613) (pythonGH-107224)

(cherry picked from commit b8b3e6a)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Previously *consumed was not set in this case.
(cherry picked from commit f08e52c)
@serhiy-storchaka serhiy-storchaka changed the title [3.10] [3.11] gh-99612: Fix PyUnicode_DecodeUTF8Stateful() for ASCII-only data (GH-99613) (GH-107224) [3.10] gh-99612: Fix PyUnicode_DecodeUTF8Stateful() for ASCII-only data (GH-99613) (GH-107224) Jul 25, 2023
@ambv ambv merged commit 1c937e5 into python:3.10 Aug 22, 2023
10 checks passed
@miss-islington miss-islington deleted the backport-b8b3e6a-3.10 branch August 22, 2023 18:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants