Skip to content

Commit 4266cd4

Browse files
committed
gh-154275: Fix cleanup code in _Py_make_parameters
1 parent 3dcd969 commit 4266cd4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Objects/genericaliasobject.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ _Py_make_parameters(PyObject *args)
297297
goto error;
298298
}
299299
}
300+
Py_LeaveRecursiveCall();
300301
return parameters;
301302

302303
error:

0 commit comments

Comments
 (0)