mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
complete backout of listobject.c v2.171
This commit is contained in:
parent
30973414c5
commit
f1ca7f561c
3 changed files with 0 additions and 13 deletions
|
|
@ -2242,10 +2242,6 @@ list_fill(PyListObject *result, PyObject *v)
|
|||
int n; /* guess for result list size */
|
||||
int i;
|
||||
|
||||
/* if source is destination, we're done. */
|
||||
if (v == (PyObject *)result)
|
||||
return 0;
|
||||
|
||||
n = result->ob_size;
|
||||
|
||||
/* Special-case list(a_list), for speed. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue