FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[3.11] gh-99612: Fix PyUnicode_DecodeUTF8Stateful() for ASCII-only data (GH-99613) by serhiy-storchaka · Pull Request #107224 · python/cpython · GitHub

/ cpython Public

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

Merged
serhiy-storchaka merged 1 commit into
python:3.11from
serhiy-storchaka:backport-f08e52c-3.11
Jul 25, 2023
Merged

[3.11] gh-99612: Fix PyUnicode_DecodeUTF8Stateful() for ASCII-only data (GH-99613)#107224
serhiy-storchaka merged 1 commit into
python:3.11from
serhiy-storchaka:backport-f08e52c-3.11

Conversation

serhiy-storchaka commented Jul 25, 2023
edited by bedevere-bot
Loading

Copy link
Copy Markdown
Member

Previously *consumed was not set in this case.
(cherry picked from commit f08e52c)

…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>

Copy link
Copy Markdown
Contributor

Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8, 3.9, 3.10.
🐍🍒⛏🤖

serhiy-storchaka deleted the backport-f08e52c-3.11 branch July 25, 2023 11:15

Copy link
Copy Markdown
Contributor

Sorry, @serhiy-storchaka, I could not cleanly backport this to 3.9 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker b8b3e6afc0a48c3cbb7c36d2f73e332edcd6058c 3.9

Copy link
Copy Markdown

GH-107230 is a backport of this pull request to the 3.10 branch.

Copy link
Copy Markdown
Contributor

Sorry, @serhiy-storchaka, I could not cleanly backport this to 3.8 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker b8b3e6afc0a48c3cbb7c36d2f73e332edcd6058c 3.8

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jul 25, 2023
…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)

Copy link
Copy Markdown

GH-107231 is a backport of this pull request to the 3.9 branch.

serhiy-storchaka removed their assignment Jul 25, 2023
serhiy-storchaka added a commit to serhiy-storchaka/cpython that referenced this pull request Jul 25, 2023
…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>

Copy link
Copy Markdown

GH-107230 is a backport of this pull request to the 3.10 branch.

ambv pushed a commit that referenced this pull request Aug 22, 2023
…ta (GH-99613) (GH-107224) (#107230)

Previously *consumed was not set in this case.

(cherry picked from commit b8b3e6a)
(cherry picked from commit f08e52c)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
ambv pushed a commit that referenced this pull request Aug 22, 2023
GH-99613) (GH-107224) (#107231)

Previously *consumed was not set in this case.
(cherry picked from commit f08e52c).
(cherry picked from commit b8b3e6a)
carlosroman pushed a commit to DataDog/cpython that referenced this pull request Oct 11, 2023
…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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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.

3 participants


Back | FazBrowse Home | New Git URL