mirror of
https://github.com/python/cpython.git
synced 2025-08-22 17:55:18 +00:00
parent
52f29591bc
commit
35ecebe165
3 changed files with 3 additions and 5 deletions
|
@ -240,8 +240,7 @@ _PyCFunction_FastCallDict(PyObject *func_obj, PyObject **args, Py_ssize_t nargs,
|
|||
PyObject *kwnames;
|
||||
_PyCFunctionFast fastmeth = (_PyCFunctionFast)meth;
|
||||
|
||||
if (_PyStack_UnpackDict(args, nargs, kwargs,
|
||||
&stack, &kwnames, func_obj) < 0) {
|
||||
if (_PyStack_UnpackDict(args, nargs, kwargs, &stack, &kwnames) < 0) {
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue