mirror of
https://github.com/python/cpython.git
synced 2025-07-31 23:23:11 +00:00
Fix compiler warning.
This commit is contained in:
parent
4c9dfc86f3
commit
b2167614f8
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue