Skip to content

Commit 2073621

Browse files
committed
Remove clinic input artefact from main
1 parent 79daa7c commit 2073621

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Objects/exceptions.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -943,13 +943,6 @@ BaseExceptionGroup_repr(PyBaseExceptionGroupObject *self)
943943
return repr;
944944
}
945945

946-
/*[clinic input]
947-
@critical_section
948-
BaseExceptionGroup.derive
949-
excs: object
950-
/
951-
[clinic start generated code]*/
952-
953946
static PyObject *
954947
BaseExceptionGroup_derive(PyObject *self_, PyObject *excs)
955948
{

0 commit comments

Comments
 (0)