[proxy] github.com← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

bpo-30566: Fix IndexError when using punycode codec by berkerpeksag · Pull Request #18632 · python/cpython

the-knights-who-say-ni

Trying to decode an invalid string with the punycode codec
shoud raise UnicodeError.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

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>

berkerpeksag added a commit that referenced this pull request

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>

berkerpeksag added a commit that referenced this pull request

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>

farazs-github pushed a commit to MediaTek-Labs/cpython that referenced this pull request

Nov 12, 2021