projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86228e4
)
Add refcount information for PySequence_ITEM().
author
Fred Drake
<fdrake@acm.org>
Thu, 23 May 2002 16:03:16 +0000
(16:03 +0000)
committer
Fred Drake
<fdrake@acm.org>
Thu, 23 May 2002 16:03:16 +0000
(16:03 +0000)
Doc/api/refcounts.dat
patch
|
blob
|
history
diff --git
a/Doc/api/refcounts.dat
b/Doc/api/refcounts.dat
index 28c795a13961330fe47ada85be61bc409fc0a3f0..5128f8f027ed5e8fc5598d80b140f02330dc6c70 100644
(file)
--- a/
Doc/api/refcounts.dat
+++ b/
Doc/api/refcounts.dat
@@
-964,6
+964,10
@@
PySequence_InPlaceRepeat:PyObject*::+1:
PySequence_InPlaceRepeat:PyObject*:s:0:
PySequence_InPlaceRepeat:PyObject*:o:0:
+PySequence_ITEM:PyObject*::+1:
+PySequence_ITEM:PyObject*:o:0:
+PySequence_ITEM:int:i::
+
PySequence_Repeat:PyObject*::+1:
PySequence_Repeat:PyObject*:o:0:
PySequence_Repeat:int:count::