0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 16:45:42 +01:00
cpython/Objects
Guido van Rossum 5b2121b25f PyObject_Compare can now return an error. Unfortunately, there are a
few places where we don't know how to test for them without losing
speed; don't know yet how to handle that.
1997-05-23 00:01:41 +00:00
..
abstract.c Renamed a local variable from 'PyCFunction' (which is also a typedef 1997-05-20 22:09:08 +00:00
classobject.c
cobject.c
complexobject.c Got rid of c_error in favor of errno (and EDOM/ERANGE). 1997-05-20 18:21:34 +00:00
dictobject.c PyObject_Compare can now return an error. Unfortunately, there are a 1997-05-23 00:01:41 +00:00
fileobject.c PyFile_WriteString now returns an error indicator instead of calling 1997-05-22 22:25:11 +00:00
floatobject.c
frameobject.c
funcobject.c
intobject.c
listobject.c
longobject.c
Makefile.in
methodobject.c
moduleobject.c
object.c Moved PyObject_{Get,Set}Attr here (from dictobject) and add PyObject_HasAttr. 1997-05-20 18:34:44 +00:00
rangeobject.c
sliceobject.c
stringobject.c
tupleobject.c
typeobject.c
xxobject.c