]> granicus.if.org Git - python/commit
Fix core dump whenever PyList_Reverse() was called.
authorGuido van Rossum <guido@python.org>
Mon, 12 Feb 2001 22:06:02 +0000 (22:06 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 12 Feb 2001 22:06:02 +0000 (22:06 +0000)
commitb86c549c7c41d5f8fa6f50ed3e58f3a1d62a1c4e
tree67c3d29a1c1fc419f7f92f1d7b5a546dc8912bde
parent5bba231d1e78b60c9886405476df92992fb4e349
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 now checked into the HEAD branch.  Tim will check in a test
case to check for this specific bug, and an assertion in
PyArgs_ParseTuple() to catch similar bugs in the future.
Objects/listobject.c