-
-
Couldn't load subscription status.
- Fork 33.3k
gh-133890: Handle UnicodeEncodeError in tarfile #134147
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
gh-133890: Handle UnicodeEncodeError in tarfile #134147
Conversation
UnicodeEncodeError is now handled the same way as OSError during TarFile member extraction.
|
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. |
UnicodeEncodeError is now handled the same way as OSError during TarFile member extraction. (cherry picked from commit 9983c7d) Co-authored-by: Serhiy Storchaka <[email protected]>
|
Sorry, @serhiy-storchaka, I could not cleanly backport this to |
|
GH-134195 is a backport of this pull request to the 3.14 branch. |
…H-134147) UnicodeEncodeError is now handled the same way as OSError during TarFile member extraction. (cherry picked from commit 9983c7d) Co-authored-by: Serhiy Storchaka <[email protected]>
|
GH-134196 is a backport of this pull request to the 3.13 branch. |
…H-134195) UnicodeEncodeError is now handled the same way as OSError during TarFile member extraction. (cherry picked from commit 9983c7d) Co-authored-by: Serhiy Storchaka <[email protected]>
UnicodeEncodeError is now handled the same way as OSError during TarFile member extraction.
UnicodeEncodeError is now handled the same way as OSError during TarFile member extraction.
UnicodeEncodeError is now handled the same way as OSError during TarFile member extraction. (cherry picked from commit 9983c7d) Co-authored-by: Serhiy Storchaka <[email protected]>
UnicodeEncodeError is now handled the same way as OSError during TarFile member extraction.