0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 16:45:42 +01:00
cpython/Objects
Armin Rigo 967aa8b349 * Refcount leak. It was just a reference to Py_None, but still.
* Allow the 3rd argument to generator.throw() to be None.
  The 'raise' statement does the same, and anyway it follows the
  general policy that optional arguments of built-ins should, when
  reasonable, have a default value specifiable from Python.
2006-02-14 15:50:44 +00:00
..
abstract.c Renamed _length_cue() to __length_hint__(). See: 2006-02-11 21:32:43 +00:00
boolobject.c
bufferobject.c
cellobject.c
classobject.c
cobject.c
codeobject.c
complexobject.c
descrobject.c
dictnotes.txt
dictobject.c Renamed _length_cue() to __length_hint__(). See: 2006-02-11 21:32:43 +00:00
enumobject.c Renamed _length_cue() to __length_hint__(). See: 2006-02-11 21:32:43 +00:00
fileobject.c SF patch #1397960: When mixing file-iteration and 2006-02-12 11:53:32 +00:00
floatobject.c
frameobject.c
funcobject.c
genobject.c * Refcount leak. It was just a reference to Py_None, but still. 2006-02-14 15:50:44 +00:00
intobject.c
iterobject.c Renamed _length_cue() to __length_hint__(). See: 2006-02-11 21:32:43 +00:00
listobject.c Renamed _length_cue() to __length_hint__(). See: 2006-02-11 21:32:43 +00:00
listsort.txt
longobject.c
methodobject.c
moduleobject.c
object.c
obmalloc.c
rangeobject.c Renamed _length_cue() to __length_hint__(). See: 2006-02-11 21:32:43 +00:00
setobject.c Renamed _length_cue() to __length_hint__(). See: 2006-02-11 21:32:43 +00:00
sliceobject.c
stringobject.c
structseq.c
tupleobject.c Renamed _length_cue() to __length_hint__(). See: 2006-02-11 21:32:43 +00:00
typeobject.c
unicodectype.c
unicodeobject.c
unicodetype_db.h
weakrefobject.c