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.
_Py_make_parameters
1 parent 3dcd969 commit 4266cd4Copy full SHA for 4266cd4
1 file changed
Objects/genericaliasobject.c
@@ -297,6 +297,7 @@ _Py_make_parameters(PyObject *args)
297
goto error;
298
}
299
300
+ Py_LeaveRecursiveCall();
301
return parameters;
302
303
error:
0 commit comments