[proxy] web.archive.org← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light
/ cpython Public

[3.8] bpo-30566: Fix IndexError when using punycode codec (GH-18632) #18651

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
Feb 25, 2020

Conversation

Copy link
Contributor

miss-islington commented Feb 25, 2020

Trying to decode an invalid string with the punycode codec
shoud raise UnicodeError.
(cherry picked from commit ba22e8f)

Co-authored-by: Berker Peksag berker.peksag@gmail.com

https://bugs.python.org/issue30566

Trying to decode an invalid string with the punycode codec
shoud raise UnicodeError.
(cherry picked from commit ba22e8f)

Co-authored-by: Berker Peksag <berker.peksag@gmail.com>
Copy link
Contributor Author

@berkerpeksag: Status check is done, and it's a success ✅ .

berkerpeksag merged commit daef21c into python:3.8 Feb 25, 2020
miss-islington deleted the backport-ba22e8f-3.8 branch February 25, 2020 03:42
Copy link
Contributor Author

@berkerpeksag: Status check is done, and it's a success ✅ .

1 similar comment
Copy link
Contributor Author

@berkerpeksag: Status check is done, and it's a success ✅ .

Copy link
Contributor Author

@berkerpeksag: Status check is done, and it's a failure ❌ .

2 similar comments
Copy link
Contributor Author

@berkerpeksag: Status check is done, and it's a failure ❌ .

Copy link
Contributor Author

@berkerpeksag: Status check is done, and it's a failure ❌ .

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.

4 participants