cpython/Objects
Guido van Rossum b86c549c7c 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.
2001-02-12 22:06:02 +00:00
..
.cvsignore
abstract.c
bufferobject.c
cellobject.c
classobject.c PEP 205, Weak References -- initial checkin. 2001-02-01 05:27:45 +00:00
cobject.c
complexobject.c
dictobject.c
fileobject.c
floatobject.c SF patch 103543 from tg@freebsd.org: 2001-02-01 23:53:05 +00:00
frameobject.c Remove f_closure slot of frameobject and use f_localsplus instead. 2001-01-29 22:51:52 +00:00
funcobject.c
intobject.c
listobject.c Fix core dump whenever PyList_Reverse() was called. 2001-02-12 22:06:02 +00:00
longobject.c
methodobject.c
moduleobject.c
object.c PEP 205, Weak References -- initial checkin. 2001-02-01 05:27:45 +00:00
rangeobject.c
sliceobject.c
stringobject.c
tupleobject.c
typeobject.c
unicodectype.c
unicodeobject.c Fixed .capitalize() method of Unicode objects to work like the 2001-01-29 11:14:16 +00:00
unicodetype_db.h
xxobject.c