Skip to content

Commit cea63d4

Browse files
committed
Update unionobject.c
1 parent 2072f7e commit cea63d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Objects/unionobject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ union_getitem(PyObject *self, PyObject *item)
450450
}
451451
}
452452

453-
PyObject *newargs = _Py_apply_parameters(self, alias->args, alias->parameters, item);
453+
PyObject *newargs = _Py_subs_parameters(self, alias->args, alias->parameters, item);
454454
if (newargs == NULL) {
455455
return NULL;
456456
}

0 commit comments

Comments
 (0)