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

bpo-41068: Fix read after write in zipfile for non-ASCII files names. #21040

Merged

Conversation

serhiy-storchaka
Copy link
Member

@serhiy-storchaka serhiy-storchaka commented Jun 22, 2020

@serhiy-storchaka serhiy-storchaka merged commit 36ff513 into python:master Jun 22, 2020
4 checks passed
@miss-islington
Copy link
Contributor

miss-islington commented Jun 22, 2020

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

@serhiy-storchaka serhiy-storchaka deleted the zipfile-write-read-nonascii branch Jun 22, 2020
@miss-islington
Copy link
Contributor

miss-islington commented Jun 22, 2020

Sorry @serhiy-storchaka, I had trouble checking out the 3.9 backport branch.
Please backport using cherry_picker on command line.
cherry_picker 36ff513f82e372ed3cea0bf7cbdf15a1ef6dab9e 3.9

@bedevere-bot
Copy link

bedevere-bot commented Jun 22, 2020

GH-21048 is a backport of this pull request to the 3.8 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 22, 2020
…pythonGH-21040)

(cherry picked from commit 36ff513)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@bedevere-bot
Copy link

bedevere-bot commented Jun 22, 2020

GH-21049 is a backport of this pull request to the 3.7 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 22, 2020
…pythonGH-21040)

(cherry picked from commit 36ff513)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@miss-islington
Copy link
Contributor

miss-islington commented Jun 22, 2020

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

@bedevere-bot
Copy link

bedevere-bot commented Jun 22, 2020

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

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 22, 2020
…pythonGH-21040)

(cherry picked from commit 36ff513)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
miss-islington added a commit that referenced this pull request Jun 22, 2020
…GH-21040)

(cherry picked from commit 36ff513)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
miss-islington added a commit that referenced this pull request Jun 22, 2020
…GH-21040)

(cherry picked from commit 36ff513)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@serhiy-storchaka serhiy-storchaka removed their assignment Dec 29, 2020
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

4 participants