]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-146096: Fix segfault in BaseExceptionGroup repr (#146141)
authorSergey Miryanov <sergey.miryanov@gmail.com>
Thu, 19 Mar 2026 11:25:15 +0000 (16:25 +0500)
committerGitHub <noreply@github.com>
Thu, 19 Mar 2026 11:25:15 +0000 (11:25 +0000)
commitced64605be2bcc4e4a3064aaed0ca569308458a0
tree09a0388fe607968fbd43bbccb5322e904f8f9832
parent004ce8d97b95c79da51ab0ababa30033bc7f9cbb
GH-146096: Fix segfault in BaseExceptionGroup repr (#146141)
Lib/test/test_exception_group.py
Misc/NEWS.d/next/Core_and_Builtins/2026-03-19-01-19-34.gh-issue-146096.R9tkJX.rst [new file with mode: 0644]
Objects/exceptions.c