Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
gh-133890: Handle UnicodeEncodeError in tarfile#134147
Uh oh!
There was an error while loading.Please reload this page.
Conversation
UnicodeEncodeError is now handled the same way as OSError duringTarFile member extraction.
9983c7d
intopython:mainUh oh!
There was an error while loading.Please reload this page.
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 duringTarFile member extraction.(cherry picked from commit9983c7d)Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Sorry,@serhiy-storchaka, I could not cleanly backport this to
|
GH-134195 is a backport of this pull request to the3.14 branch. |
GH-134196 is a backport of this pull request to the3.13 branch. |
Uh oh!
There was an error while loading.Please reload this page.
UnicodeEncodeError is now handled the same way as OSError during TarFile member extraction.