diff options
Diffstat (limited to 'Doc/api/refcounts.dat')
-rw-r--r-- | Doc/api/refcounts.dat | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Doc/api/refcounts.dat b/Doc/api/refcounts.dat index 3114e96..53eb006 100644 --- a/Doc/api/refcounts.dat +++ b/Doc/api/refcounts.dat @@ -1,4 +1,4 @@ -# Created by kip Montanaro <skip@mojam.com>. +# Created by Skip Montanaro <skip@mojam.com>. # Format: # function ':' type ':' [param name] ':' [refcount effect] ':' [comment] @@ -88,6 +88,9 @@ PyDict_Keys:PyDictObject*:p:0: PyDict_New:PyObject*::+1: +PyDict_Copy:PyObject*::+1: +PyDict_Copy:PyObject*:p:0: + PyDict_Next:int::: PyDict_Next:PyDictObject*:p:0: PyDict_Next:int:ppos:: |