summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-06-16 20:00:04 (GMT)
committerFred Drake <fdrake@acm.org>2000-06-16 20:00:04 (GMT)
commit1c2d06acaf62cf5cd255d06e1859021f42285fa5 (patch)
tree0beda570b664254ca6d4f668835c2c08e9361134 /Doc
parenta8455abcf87250204c6a71fadabf503d45dfe4c0 (diff)
downloadcpython-1c2d06acaf62cf5cd255d06e1859021f42285fa5.zip
cpython-1c2d06acaf62cf5cd255d06e1859021f42285fa5.tar.gz
cpython-1c2d06acaf62cf5cd255d06e1859021f42285fa5.tar.bz2
Added reference count information for PySequence_List().
Diffstat (limited to 'Doc')
-rw-r--r--Doc/api/refcounts.dat3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/api/refcounts.dat b/Doc/api/refcounts.dat
index b3006fc..5aba6c4 100644
--- a/Doc/api/refcounts.dat
+++ b/Doc/api/refcounts.dat
@@ -726,6 +726,9 @@ PySequence_SetSlice:int:i1::
PySequence_SetSlice:int:i2::
PySequence_SetSlice:PyObject*:v:+1:
+PySequence_List:PyObject*::+1:
+PySequence_List:PyObject*:o:0:
+
PySequence_Tuple:PyObject*::+1:
PySequence_Tuple:PyObject*:o:0: