]> granicus.if.org Git - python/commit
list_ass_slice(): The difference between "recycle" and "recycled" was
authorTim Peters <tim.peters@gmail.com>
Sat, 31 Jul 2004 02:54:42 +0000 (02:54 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 31 Jul 2004 02:54:42 +0000 (02:54 +0000)
commit7357222d0e441725d6d8ccd7269a542ac340de89
treecae59dd4fbc00af2714b3ae3926ddd5347a4cfa1
parent8d9eb10c299cfaf2f4f8c887ead55da0d24d5050
list_ass_slice():  The difference between "recycle" and "recycled" was
impossible to remember, so renamed one to something obvious.  Headed
off potential signed-vs-unsigned compiler complaints I introduced by
changing the type of a vrbl to unsigned.  Removed the need for the
tedious explanation about "backward pointer loops" by looping on an
int instead.
Objects/listobject.c