commit | a6f6c3a3d6f2b580f2d87885c9b8a9350ad7bf15 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Mon Nov 07 18:57:10 2022 -0800 |
committer | GitHub <noreply@github.com> | Mon Nov 07 18:57:10 2022 -0800 |
tree | faecc667ee3495db314329dede92803a41612ae8 | |
parent | 1add2393a87ef036b90b59b6a2a342b7f56646ff [diff] |
[3.11] gh-98433: Fix quadratic time idna decoding. (GH-99092) (#99222) There was an unnecessary quadratic loop in idna decoding. This restores the behavior to linear. (cherry picked from commit d315722564927c7202dd6e111dc79eaf14240b0d) Co-authored-by: Gregory P. Smith <greg@krypto.org>