Skip to content

Commit fab406f

Browse files
authored
Update genericaliasobject.c
1 parent d4d6986 commit fab406f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Objects/genericaliasobject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,8 +302,8 @@ subs_tvars(PyObject *obj, PyObject *params,
302302
PyTuple_GET_SIZE(arg));
303303
if (j < 0) {
304304
Py_DECREF(subparams);
305-
assert(subargs == NULL);
306305
/* tuple_extend() clears subargs on failure. */
306+
assert(subargs == NULL);
307307
return NULL;
308308
}
309309
continue;

0 commit comments

Comments
 (0)