mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Remove outdated warning in comments.
This commit is contained in:
parent
67daef567f
commit
ba3690cd09
1 changed files with 0 additions and 3 deletions
|
@ -349,9 +349,6 @@ list_repeat(a, n)
|
|||
return (object *) np;
|
||||
}
|
||||
|
||||
/* XXX The following function has a bug: don't try assigning a
|
||||
XXX list object to a slice of itself (e.g., a[:1] = a). */
|
||||
|
||||
static int
|
||||
list_ass_slice(a, ilow, ihigh, v)
|
||||
listobject *a;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue