mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Cruft cleanup: Removed the unused last_is_sticky argument from the internal
_PyTuple_Resize().
This commit is contained in:
parent
6a922372ad
commit
4324aa3572
6 changed files with 15 additions and 10 deletions
|
@ -2329,7 +2329,7 @@ filtertuple(PyObject *func, PyObject *tuple)
|
|||
}
|
||||
}
|
||||
|
||||
if (_PyTuple_Resize(&result, j, 0) < 0)
|
||||
if (_PyTuple_Resize(&result, j) < 0)
|
||||
return NULL;
|
||||
|
||||
return result;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue