]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix core dump whenever PyList_Reverse() was called.
authorGuido van Rossum <guido@python.org>
Mon, 12 Feb 2001 22:03:02 +0000 (22:03 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 12 Feb 2001 22:03:02 +0000 (22:03 +0000)
commitb5790c1a951dd6462f8cfc7453194d39f2678508
tree97fb3760960f7707f81d37f12593c1e851053c0e
parent5696eb22140f1b0c7fb342b9bc3b79aa23468325
Fix core dump whenever PyList_Reverse() was called.

This fixes SF bug #132008, reported by Warren J. Hack.

The copyright for this patch (and this patch only) belongs to CNRI, as
part of the (yet to be issued) 1.6.1 release.

This is checked into the 2.0 mainenance branch!  The HEAD branch comes
next.
Objects/listobject.c