]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-123378: fix a crash in `UnicodeError.__str__` (GH-124935) (#125098)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 8 Oct 2024 11:56:18 +0000 (13:56 +0200)
committerGitHub <noreply@github.com>
Tue, 8 Oct 2024 11:56:18 +0000 (11:56 +0000)
commitd3b437cb7816d0163dbc3495889e87ebc22e56a0
tree7e3ca9730a6f06d14f9becb2c1383c552691618c
parent82257374b9d10bc3df2a466fe4450a5dc576842d
[3.12] gh-123378: fix a crash in `UnicodeError.__str__` (GH-124935) (#125098)

gh-123378: fix a crash in `UnicodeError.__str__` (GH-124935)
(cherry picked from commit ba14dfafd97d1fd03938ac8ddec4ca5b2f12985d)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Lib/test/test_exceptions.py
Misc/NEWS.d/next/Core_and_Builtins/2024-10-03-14-39-41.gh-issue-123378.dCxANf.rst [new file with mode: 0644]
Objects/exceptions.c