← 返回首页
[3.7] gh-98433: Fix quadratic time idna decoding. (GH-99092) (GH-99222) by miss-islington · Pull Request #99232 · python/cpython · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

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

Merged
ned-deily merged 1 commit into
python:3.7from
miss-islington:backport-a6f6c3a-3.7
Nov 8, 2022
Merged

[3.7] gh-98433: Fix quadratic time idna decoding. (GH-99092) (GH-99222)#99232
ned-deily merged 1 commit into
python:3.7from
miss-islington:backport-a6f6c3a-3.7

Conversation

Copy link
Copy Markdown
Contributor

miss-islington commented Nov 8, 2022
edited by bedevere-bot
Loading

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

) (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>
bedevere-bot added type-bug An unexpected behavior, bug, or error type-security A security issue labels Nov 8, 2022
gpshead changed the title [3.7] [3.11] gh-98433: Fix quadratic time idna decoding. (GH-99092) (GH-99222) [3.7] gh-98433: Fix quadratic time idna decoding. (GH-99092) (GH-99222) Nov 8, 2022
Copy link
Copy Markdown
Contributor Author

Sorry, I can't merge this PR. Reason: You're not authorized to push to this branch. Visit https://docs.github.com/articles/about-protected-branches/ for more information..

ned-deily merged commit b0b590b into python:3.7 Nov 8, 2022
miss-islington deleted the backport-a6f6c3a-3.7 branch November 8, 2022 03:22
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release-blocker type-bug An unexpected behavior, bug, or error type-security A security issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

Footer

© 2026 GitHub, Inc.