]> granicus.if.org Git - python/commit
listreverse(): Don't call the new reverse_slice unless the list
authorTim Peters <tim.peters@gmail.com>
Fri, 19 Jul 2002 04:04:16 +0000 (04:04 +0000)
committerTim Peters <tim.peters@gmail.com>
Fri, 19 Jul 2002 04:04:16 +0000 (04:04 +0000)
commit326b44871eb9dcf98e286208bf2b2799edf2ba9e
treeb77518c1641f9557e073aa9690eadb4b566aab7f
parenta8c974c157c8f4e2b0c16b9be638db54748aa12b
listreverse():  Don't call the new reverse_slice unless the list
has something in it (else ob_item may be a NULL pointer).
Objects/listobject.c