mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
merge 3.6
This commit is contained in:
commit
40b41fa531
1 changed files with 1 additions and 1 deletions
|
|
@ -2687,7 +2687,7 @@ objargs_mkstack(PyObject **small_stack, Py_ssize_t small_stack_size,
|
|||
|
||||
n = 0;
|
||||
while (1) {
|
||||
PyObject *arg = (PyObject *)va_arg(countva, PyObject *);
|
||||
PyObject *arg = va_arg(countva, PyObject *);
|
||||
if (arg == NULL) {
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue