]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-134155: fix AttributeError in email._header_value_parser.get_address (#134194)
authorSergey Miryanov <sergey.miryanov@gmail.com>
Thu, 5 Jun 2025 17:28:11 +0000 (10:28 -0700)
committerGitHub <noreply@github.com>
Thu, 5 Jun 2025 17:28:11 +0000 (13:28 -0400)
commitd9cad074d52fe31327429fd81e4d2eeea3dbe35b
tree15b49e8710bb45347905b7b717d61e2bb5ecfb85
parent1b55e12766d007aea9fcd0966e29ce220b67d28e
gh-134155: fix AttributeError in email._header_value_parser.get_address (#134194)

Append the defect to defects instead of to the parse tree.

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]