Skip to content

Commit 0b31339

Browse files
Update Objects/exceptions.c
1 parent 86c7c20 commit 0b31339

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Objects/exceptions.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1047,7 +1047,6 @@ BaseExceptionGroup_derive_impl(PyBaseExceptionGroupObject *self,
10471047
PyObject *excs)
10481048
/*[clinic end generated code: output=4307564218dfbf06 input=f72009d38e98cec1]*/
10491049
{
1050-
PyBaseExceptionGroupObject *self = _PyBaseExceptionGroupObject_cast(self_);
10511050
PyObject *init_args = PyTuple_Pack(2, self->msg, excs);
10521051
if (!init_args) {
10531052
return NULL;

0 commit comments

Comments
 (0)