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.11] gh-113594: Fix UnicodeEncodeError in TokenList.fold() (GH-113730) #113908

Merged
merged 1 commit into from Jan 10, 2024

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Jan 10, 2024

It occurred when try to re-encode an unknown-8bit part combined with non-unknown-8bit part.
(cherry picked from commit e9d5b6e)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com

…-113730)

It occurred when try to re-encode an unknown-8bit part combined with non-unknown-8bit part.
(cherry picked from commit e9d5b6e)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@miss-islington miss-islington requested a review from a team as a code owner January 10, 2024 12:54
@bedevere-app bedevere-app bot added the type-bug An unexpected behavior, bug, or error label Jan 10, 2024
@serhiy-storchaka serhiy-storchaka enabled auto-merge (squash) January 10, 2024 12:55
@serhiy-storchaka serhiy-storchaka merged commit 435e891 into python:3.11 Jan 10, 2024
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants