mirror of
https://github.com/python/cpython.git
synced 2026-06-29 04:10:54 +00:00
gh-141732: Fix ExceptionGroup repr changing when original exception sequence is mutated (#141736)
This commit is contained in:
parent
dc9f2385ed
commit
ff2577f56e
5 changed files with 157 additions and 12 deletions
|
|
@ -18,6 +18,7 @@ typedef struct {
|
|||
PyException_HEAD
|
||||
PyObject *msg;
|
||||
PyObject *excs;
|
||||
PyObject *excs_str;
|
||||
} PyBaseExceptionGroupObject;
|
||||
|
||||
typedef struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue