]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-134759: fix `UnboundLocalError` in `email.message.Message.get_payload`...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 12 Jul 2025 13:52:54 +0000 (15:52 +0200)
committerGitHub <noreply@github.com>
Sat, 12 Jul 2025 13:52:54 +0000 (13:52 +0000)
commit6176101b4a3cf6094b75e3d1d3852807f8544306
treec066bdc1c34e0f30411ce26d3636220c11436410
parent01710af49d903c218e3a3a8e22bf7e0d9d3cc278
[3.13] gh-134759: fix `UnboundLocalError` in `email.message.Message.get_payload` (GH-136071) (#136580)

gh-134759: fix `UnboundLocalError` in `email.message.Message.get_payload` (GH-136071)
(cherry picked from commit 25335d297b5248922a4c82183bcdf0c0ada8352b)

Co-authored-by: Kliment Lamonov <klimentlamonov@yandex.ru>
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]