Skip to content

gh-135661: Fix parsing attributes with whitespaces around the "=" separator in HTMLParser #136908

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

Merged
merged 1 commit into from
Jul 21, 2025

Conversation

serhiy-storchaka
Copy link
Member

@serhiy-storchaka serhiy-storchaka commented Jul 21, 2025

This fixes a regression introduced in GH-135930.

…=" separator in HTMLParser

This fixes a regression introduced in pythonGH-135930.
@serhiy-storchaka serhiy-storchaka added needs backport to 3.9 only security fixes needs backport to 3.10 only security fixes needs backport to 3.11 only security fixes needs backport to 3.12 only security fixes needs backport to 3.13 bugs and security fixes needs backport to 3.14 bugs and security fixes labels Jul 21, 2025
@ambv ambv merged commit dee6501 into python:main Jul 21, 2025
55 checks passed
@miss-islington-app
Copy link

Thanks @serhiy-storchaka for the PR, and @ambv for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9, 3.10, 3.11, 3.12, 3.13, 3.14.
🐍🍒⛏🤖

@miss-islington-app
Copy link

Sorry, @serhiy-storchaka and @ambv, I could not cleanly backport this to 3.14 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker dee650189497735edbc08a54edabb5b06ef1bd09 3.14

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jul 21, 2025
…=" separator in HTMLParser (pythonGH-136908)

This fixes a regression introduced in pythonGH-135930.
(cherry picked from commit dee6501)

Co-authored-by: Serhiy Storchaka <[email protected]>
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jul 21, 2025
…=" separator in HTMLParser (pythonGH-136908)

This fixes a regression introduced in pythonGH-135930.
(cherry picked from commit dee6501)

Co-authored-by: Serhiy Storchaka <[email protected]>
@bedevere-app
Copy link

bedevere-app bot commented Jul 21, 2025

GH-136918 is a backport of this pull request to the 3.13 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.13 bugs and security fixes label Jul 21, 2025
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jul 21, 2025
…=" separator in HTMLParser (pythonGH-136908)

This fixes a regression introduced in pythonGH-135930.
(cherry picked from commit dee6501)

Co-authored-by: Serhiy Storchaka <[email protected]>
@bedevere-app
Copy link

bedevere-app bot commented Jul 21, 2025

GH-136919 is a backport of this pull request to the 3.12 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.12 only security fixes label Jul 21, 2025
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jul 21, 2025
…=" separator in HTMLParser (pythonGH-136908)

This fixes a regression introduced in pythonGH-135930.
(cherry picked from commit dee6501)

Co-authored-by: Serhiy Storchaka <[email protected]>
@bedevere-app
Copy link

bedevere-app bot commented Jul 21, 2025

GH-136920 is a backport of this pull request to the 3.11 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.11 only security fixes label Jul 21, 2025
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jul 21, 2025
…=" separator in HTMLParser (pythonGH-136908)

This fixes a regression introduced in pythonGH-135930.
(cherry picked from commit dee6501)

Co-authored-by: Serhiy Storchaka <[email protected]>
@bedevere-app
Copy link

bedevere-app bot commented Jul 21, 2025

GH-136921 is a backport of this pull request to the 3.10 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.10 only security fixes label Jul 21, 2025
@bedevere-app
Copy link

bedevere-app bot commented Jul 21, 2025

GH-136922 is a backport of this pull request to the 3.9 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.9 only security fixes label Jul 21, 2025
@serhiy-storchaka serhiy-storchaka deleted the httpparser-attributes-whitespace branch July 21, 2025 11:11
serhiy-storchaka added a commit to serhiy-storchaka/cpython that referenced this pull request Jul 21, 2025
…d the "=" separator in HTMLParser (pythonGH-136908)

This fixes a regression introduced in pythonGH-135930.
(cherry picked from commit dee6501)

Co-authored-by: Serhiy Storchaka <[email protected]>
@bedevere-app
Copy link

bedevere-app bot commented Jul 21, 2025

GH-136927 is a backport of this pull request to the 3.14 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.14 bugs and security fixes label Jul 21, 2025
ambv pushed a commit that referenced this pull request Jul 21, 2025
ambv pushed a commit that referenced this pull request Jul 22, 2025
…"=" separator in HTMLParser (GH-136908) (GH-136918)

This fixes a regression introduced in GH-135930.
(cherry picked from commit dee6501)

Co-authored-by: Serhiy Storchaka <[email protected]>
ambv pushed a commit that referenced this pull request Jul 22, 2025
…"=" separator in HTMLParser (GH-136908) (GH-136919)

This fixes a regression introduced in GH-135930.
(cherry picked from commit dee6501)

Co-authored-by: Serhiy Storchaka <[email protected]>
ambv pushed a commit that referenced this pull request Jul 22, 2025
…"=" separator in HTMLParser (GH-136908) (GH-136920)

This fixes a regression introduced in GH-135930.
(cherry picked from commit dee6501)

Co-authored-by: Serhiy Storchaka <[email protected]>
ambv pushed a commit that referenced this pull request Jul 22, 2025
…"=" separator in HTMLParser (GH-136908) (GH-136921)

This fixes a regression introduced in GH-135930.
(cherry picked from commit dee6501)

Co-authored-by: Serhiy Storchaka <[email protected]>
ambv pushed a commit that referenced this pull request Jul 22, 2025
…=" separator in HTMLParser (GH-136908) (GH-136922)

This fixes a regression introduced in GH-135930.
(cherry picked from commit dee6501)

Co-authored-by: Serhiy Storchaka <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants