Skip to content

Commit e21fad0

Browse files
committed
Remove unnecessary _exceptions_str member of ExceptionGroup
1 parent d7aec51 commit e21fad0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Objects/exceptions.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1747,8 +1747,6 @@ static PyMemberDef BaseExceptionGroup_members[] = {
17471747
PyDoc_STR("exception message")},
17481748
{"exceptions", _Py_T_OBJECT, offsetof(PyBaseExceptionGroupObject, excs), Py_READONLY,
17491749
PyDoc_STR("nested exceptions")},
1750-
{"_exceptions_str", _Py_T_OBJECT, offsetof(PyBaseExceptionGroupObject, excs_str), Py_READONLY,
1751-
PyDoc_STR("private string representation of initial exceptions sequence")},
17521750
{NULL} /* Sentinel */
17531751
};
17541752

0 commit comments

Comments
 (0)