We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
main
1 parent 79daa7c commit 2073621Copy full SHA for 2073621
1 file changed
Objects/exceptions.c
@@ -943,13 +943,6 @@ BaseExceptionGroup_repr(PyBaseExceptionGroupObject *self)
943
return repr;
944
}
945
946
-/*[clinic input]
947
-@critical_section
948
-BaseExceptionGroup.derive
949
- excs: object
950
- /
951
-[clinic start generated code]*/
952
-
953
static PyObject *
954
BaseExceptionGroup_derive(PyObject *self_, PyObject *excs)
955
{
0 commit comments