Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.1k
[3.9] gh-99612: Fix PyUnicode_DecodeUTF8Stateful() for ASCII-only data (GH-99613) (GH-107224)#107231
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
…SCII-only data (pythonGH-99613) (pythonGH-107224)Previously *consumed was not set in this case.(cherry picked from commitf08e52c).(cherry picked from commitb8b3e6a)Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Thanks@serhiy-storchaka for the PR, and@ambv for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8. |
Sorry,@serhiy-storchaka and@ambv, I could not cleanly backport this to |
3.8 is not affected. |
…ly data (pythonGH-99613) (pythonGH-107224) (python#107231)Previously *consumed was not set in this case.(cherry picked from commitf08e52c).(cherry picked from commitb8b3e6a)
Uh oh!
There was an error while loading.Please reload this page.
Previously *consumed was not set in this case.
(cherry picked from commitf08e52c)
(cherry picked from commitb8b3e6a)