Skip to content

[3.8] bpo-40330: Fix utf-8 size check in ShareableList (GH-19606) #19625

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

Merged
merged 1 commit into from
Apr 20, 2020

Conversation

pitrou
Copy link
Member

@pitrou pitrou commented Apr 20, 2020

The item size must be checked after encoding to bytes, not before.

Automerge-Triggered-By: @pitrou.
(cherry picked from commit eba9f61)

Co-authored-by: Antoine Pitrou [email protected]

https://bugs.python.org/issue40330

Automerge-Triggered-By: @pitrou

The item size must be checked after encoding to bytes, not before.

Automerge-Triggered-By: @pitrou.
(cherry picked from commit eba9f61)

Co-authored-by: Antoine Pitrou <[email protected]>
@pitrou pitrou requested a review from tiran as a code owner April 20, 2020 18:58
@pitrou pitrou removed the request for review from tiran April 20, 2020 19:07
@pitrou pitrou merged commit 887ff8e into python:3.8 Apr 20, 2020
@pitrou pitrou deleted the backport-eba9f61-3.8 branch April 20, 2020 19:22
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