]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-123378: fix a crash in `UnicodeError.__str__` (#124935)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Tue, 8 Oct 2024 11:37:59 +0000 (13:37 +0200)
committerGitHub <noreply@github.com>
Tue, 8 Oct 2024 11:37:59 +0000 (13:37 +0200)
commitba14dfafd97d1fd03938ac8ddec4ca5b2f12985d
treefe2735d7b7d1dbcec3f0bd4e255b26e9a7b0bf00
parent19984fe024bfd90649f1c36b78c9abf3ed72b27d
gh-123378: fix a crash in `UnicodeError.__str__` (#124935)
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