0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 08:20:55 +01:00
cpython/Objects
Guido van Rossum f61618c98e A Py_DECREF(f) is missing in PyFrame_New for the error case when
the `builtins' initialization fails.  Vladimir Marangozov.
1998-10-19 14:20:20 +00:00
..
abstract.c
bufferobject.c
classobject.c
cobject.c
complexobject.c
dictobject.c
fileobject.c
floatobject.c
frameobject.c A Py_DECREF(f) is missing in PyFrame_New for the error case when 1998-10-19 14:20:20 +00:00
funcobject.c
intobject.c
listobject.c
longobject.c
Makefile.in
methodobject.c
moduleobject.c
object.c
rangeobject.c
sliceobject.c
stringobject.c
tupleobject.c
typeobject.c
xxobject.c