]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-134759: fix `UnboundLocalError` in `email.message.Message.get_payload` (#136071)
authorKliment Lamonov <klimentlamonov@yandex.ru>
Sat, 12 Jul 2025 13:30:09 +0000 (16:30 +0300)
committerGitHub <noreply@github.com>
Sat, 12 Jul 2025 13:30:09 +0000 (13:30 +0000)
commit25335d297b5248922a4c82183bcdf0c0ada8352b
tree1c15cd0cb40f6efe28807f707b1b97d2bec0af5c
parent5a20e7972505c6953e7c7f434f42d62cab3795f3
gh-134759: fix `UnboundLocalError` in `email.message.Message.get_payload` (#136071)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Lib/email/message.py
Lib/test/test_email/test_message.py
Misc/ACKS
Misc/NEWS.d/next/Library/2025-06-28-11-32-57.gh-issue-134759.AjjKcG.rst [new file with mode: 0644]