]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] 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:56:10 +0000 (15:56 +0200)
committerGitHub <noreply@github.com>
Sat, 12 Jul 2025 13:56:10 +0000 (13:56 +0000)
commitc71ecd14188e6c158fee27a9c2ae75bf69f55f52
tree9d0f4ce6fa93834088b0aaa73cf0bf2a0c9d649a
parent33f561d7be78b984f67a7f97ef11d129b2ff4f3a
[3.14] gh-134759: fix `UnboundLocalError` in `email.message.Message.get_payload` (GH-136071) (#136579)

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]