Skip to content

Commit 5adea2a

Browse files
committed
fixup
1 parent d343077 commit 5adea2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/_interpretersmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1302,7 +1302,7 @@ _interpreters_call_impl(PyObject *module, PyObject *id, PyObject *callable,
13021302
}
13031303

13041304
struct interp_call call = {0};
1305-
if (_interp_call_pack(tstate, &call, callable, args_obj, kwargs_obj) < 0) {
1305+
if (_interp_call_pack(tstate, &call, callable, args, kwargs) < 0) {
13061306
return NULL;
13071307
}
13081308

0 commit comments

Comments
 (0)