Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.1k
[3.8] gh-98433: Fix quadratic time idna decoding. (GH-99092) (GH-99222)#99231
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
) (pythonGH-99222)There was an unnecessary quadratic loop in idna decoding. This restoresthe behavior to linear.(cherry picked from commitd315722)(cherry picked from commita6f6c3a)Co-authored-by: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com>Co-authored-by: Gregory P. Smith <greg@krypto.org>
Sorry, I can't merge this PR. Reason: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
LGTM, good bot.
@ambv: Would you mind to merge this security fix? It's already in other branches, including 3.7 ;-) |
ngie-eign commentedNov 15, 2022 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
@ambv : is there a plan for when the next 3.8 release might be cut? I noticed that this item wasn't in .15; Blackduck is already citing this as an issue, so the need for resolving this in cpython and trickling the fix down will need to come sooner rather than later. |
Release manager conversations recently suggest they'll be coordinating releases for the week of December 5th. |
Uh oh!
There was an error while loading.Please reload this page.
There was an unnecessary quadratic loop in idna decoding. This restores
the behavior to linear.
(cherry picked from commitd315722)
(cherry picked from commita6f6c3a)
Co-authored-by: Miss Islington (bot)31488909+miss-islington@users.noreply.github.com
Co-authored-by: Gregory P. Smithgreg@krypto.org