Skip to content
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

[3.7] gh-98433: Fix quadratic time idna decoding. (GH-99092) (GH-99222) #99232

Merged
merged 1 commit into from
Nov 8, 2022

Commits on Nov 8, 2022

  1. [3.11] pythongh-98433: Fix quadratic time idna decoding. (pythonGH-99092

    ) (pythonGH-99222)
    
    There was an unnecessary quadratic loop in idna decoding. This restores
    the behavior to linear.
    
    (cherry picked from commit d315722)
    
    (cherry picked from commit a6f6c3a)
    
    Co-authored-by: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
    Co-authored-by: Gregory P. Smith <greg@krypto.org>
    miss-islington and gpshead committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    fa792dd View commit details
    Browse the repository at this point in the history