cpython/Objects
Guido van Rossum 33bab01da6 Fix SF bug #489581: __slots__ leak.
It was easier than I thought, assuming that no other things contribute
to the instance size besides slots -- a pretty good bet.  With a test
suite, no less!
2001-12-05 22:45:48 +00:00
..
.cvsignore
abstract.c PyObject_GetItem(), PyObject_SetItem(), PyObject_DelItem(): Fix a few 2001-11-24 18:24:47 +00:00
bufferobject.c
cellobject.c
classobject.c
cobject.c
complexobject.c complex_to_buf(), complex_subtype_from_c_complex(): Conversion of 2001-11-28 20:50:56 +00:00
descrobject.c
dictobject.c Fix of SF bug #475877 (Mutable subtype instances are hashable). 2001-12-03 16:32:18 +00:00
fileobject.c Merged changes made on r22b2-branch between r22b2 and r22b2-mac (the 2001-11-30 14:16:36 +00:00
floatobject.c PyFloat_AsStringEx(): This function takes an output char* but doesn't 2001-11-28 22:43:45 +00:00
frameobject.c
funcobject.c function_call(): Remove a bogus (and I mean *really* bogus) call to 2001-12-03 19:22:38 +00:00
intobject.c SF bug #488480: integer multiply to return -max_int-1. 2001-12-04 23:05:10 +00:00
iterobject.c
listobject.c Fix of SF bug #475877 (Mutable subtype instances are hashable). 2001-12-03 16:32:18 +00:00
longobject.c
methodobject.c
moduleobject.c
object.c PyObject_Generic{Get,Set}Attr(): ensure that the attribute name is a 2001-12-04 15:54:53 +00:00
obmalloc.c
rangeobject.c long_mul(): The PyNumber_Multiply() call can return a long if the 2001-12-04 16:36:39 +00:00
sliceobject.c
stringobject.c Add more inline documentation, as contributed in #487906. 2001-12-03 08:24:52 +00:00
structseq.c structseq_new(): Conversion of sprintf() to PyOS_snprintf() for buffer 2001-11-28 20:56:44 +00:00
tupleobject.c
typeobject.c Fix SF bug #489581: __slots__ leak. 2001-12-05 22:45:48 +00:00
unicodectype.c
unicodeobject.c formatfloat(), formatint(): Conversion of sprintf() to PyOS_snprintf() 2001-11-28 21:00:41 +00:00
unicodetype_db.h
weakrefobject.c weakref_repr(), proxy_repr(): Conversion of sprintf() to 2001-11-28 21:01:56 +00:00
xxobject.c