]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-123378: fix a crash in `UnicodeError.__str__` (GH-124935) (#125099)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 8 Oct 2024 12:06:57 +0000 (14:06 +0200)
committerGitHub <noreply@github.com>
Tue, 8 Oct 2024 12:06:57 +0000 (12:06 +0000)
commit84991153dad8950cd528e23d43c2e77f42002e33
tree5dd47ae67e40f7b74eee356bf0582033152f55f9
parent4eab6e8d2963b52c0c3d00895d6711924214ce38
[3.13] gh-123378: fix a crash in `UnicodeError.__str__` (GH-124935) (#125099)

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