0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 11:15:56 +01:00
cpython/Objects
Tim Peters 77d8a4fc91 float_floor_div: An expression like 3.//1j crashed the interpreter, or
delivered bizarre results.  Check float_divmod for a Py_NotImplemented
return and pass it along (instead of treating Py_NotImplemented as a
2-tuple).
CONVERT_TO_DOUBLE:  Added comments; this macro is obscure.
2001-12-11 20:31:34 +00:00
..
.cvsignore
abstract.c
bufferobject.c
cellobject.c
classobject.c
cobject.c
complexobject.c
descrobject.c Well what do you know. The Python implementation contained the same 2001-12-10 18:06:21 +00:00
dictobject.c SF bug #491415 PyDict_UpdateFromSeq2() unused 2001-12-11 18:51:08 +00:00
fileobject.c
floatobject.c float_floor_div: An expression like 3.//1j crashed the interpreter, or 2001-12-11 20:31:34 +00:00
frameobject.c Fix memory leak in dict_to_map(), SF bug [ #485152 ] memory leak in test_scope. 2001-12-06 15:48:16 +00:00
funcobject.c
intobject.c
iterobject.c
listobject.c
longobject.c
methodobject.c
moduleobject.c
object.c
obmalloc.c
rangeobject.c
sliceobject.c
stringobject.c SF patch #491049 (David Jacobs): Small PyString_FromString optimization 2001-12-10 15:45:54 +00:00
structseq.c
tupleobject.c _PyTuple_Resize(): this dumped core on tuple(globals()) for me. Turns 2001-12-07 20:00:04 +00:00
typeobject.c
unicodectype.c
unicodeobject.c Fix for #489669 (Neil Norwitz): memory leak in test_descr (unicode). 2001-12-06 20:03:56 +00:00
unicodetype_db.h
weakrefobject.c Make sure that when we invoke callback functions associated with weak 2001-12-10 23:44:54 +00:00
xxobject.c