cpython/Doc/api
Fred Drake 96a2a80065 Users of PySequence_GET_FAST() should get the length of the sequence using
PySequence_Size(), not PyObject_Size(): the later considers the mapping
methods as well as the sequence methods, which is not needed here.  Either
should be equally fast in this case, but PySequence_Size() offers a better
conceptual match.
2001-05-29 18:51:41 +00:00
..
.cvsignore Updates to reflect pending changes to the XML conversion process. 2000-11-22 16:42:37 +00:00
api.tex Users of PySequence_GET_FAST() should get the length of the sequence using 2001-05-29 18:51:41 +00:00
refcounts.dat Removed information on the old third parameter to _PyTuple_Resize(). 2001-05-29 15:34:06 +00:00