mirror of https://github.com/python/cpython
Fix compiler warning.
This commit is contained in:
parent
4c9dfc86f3
commit
b2167614f8
|
@ -3017,7 +3017,7 @@ CFuncPtr_call(CFuncPtrObject *self, PyObject *inargs, PyObject *kwds)
|
|||
|
||||
int inoutmask;
|
||||
int outmask;
|
||||
int numretvals;
|
||||
unsigned int numretvals;
|
||||
|
||||
assert(dict); /* if not, it's a bug */
|
||||
restype = self->restype ? self->restype : dict->restype;
|
||||
|
|
Loading…
Reference in New Issue