]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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:11:15 +0000 (20:11 +0200)
committerGitHub <noreply@github.com>
Fri, 6 Jun 2025 18:11:15 +0000 (14:11 -0400)
commit58b9581ff56309a233ab3a6cc66516772a2a95b5
tree2f68f9e8c71c8c15b3dc7e37b6c033b5d511abb5
parentb250035384856072f1582809f5f5ca0445bff127
[3.13] gh-134155: fix AttributeError in email._header_value_parser.get_address (GH-134194) (#135192)

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]