]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-134155: fix AttributeError in email._header_value_parser.get_address (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 6 Jun 2025 18:13:30 +0000 (20:13 +0200)
committerGitHub <noreply@github.com>
Fri, 6 Jun 2025 18:13:30 +0000 (14:13 -0400)
commit3faf00e0031652cb067ddfce7c61574567e2742d
tree74b371d2961af4d0c2865ab342869210a40bcac5
parent88b5784fc0362e147e1ac6eaca0584acce5228b9
[3.14] gh-134155: fix AttributeError in email._header_value_parser.get_address (GH-134194) (#135191)

gh-134155: fix AttributeError in email._header_value_parser.get_address (GH-134194)

Append the defect to defects instead of to the parse tree.
(cherry picked from commit d9cad074d52fe31327429fd81e4d2eeea3dbe35b)

Co-authored-by: Sergey Miryanov <sergey.miryanov@gmail.com>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Lib/email/_header_value_parser.py
Lib/test/test_email/test__header_value_parser.py
Misc/NEWS.d/next/Library/2025-05-18-23-46-21.gh-issue-134152.30HwbX.rst [new file with mode: 0644]