[3.11] gh-99612: Fix PyUnicode_DecodeUTF8Stateful() for ASCII-only data (GH-99613)#107224
Conversation
…nly data (pythonGH-99613) Previously *consumed was not set in this case.. (cherry picked from commit f08e52c) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
|
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8, 3.9, 3.10. |
|
Sorry, @serhiy-storchaka, I could not cleanly backport this to |
|
GH-107230 is a backport of this pull request to the 3.10 branch. |
|
Sorry, @serhiy-storchaka, I could not cleanly backport this to |
…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)
|
GH-107231 is a backport of this pull request to the 3.9 branch. |
…SCII-only data (pythonGH-99613) (pythonGH-107224) Previously *consumed was not set in this case. (cherry picked from commit f08e52c). (cherry picked from commit b8b3e6a) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
|
GH-107230 is a backport of this pull request to the 3.10 branch. |
…ly data (pythonGH-99613) (pythonGH-107224) (python#107231) Previously *consumed was not set in this case. (cherry picked from commit f08e52c). (cherry picked from commit b8b3e6a)
Previously *consumed was not set in this case.
(cherry picked from commit f08e52c)