mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Remove outdated warning in comments.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user