diff options
author | Fred Drake <fdrake@acm.org> | 2001-07-06 23:31:49 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-07-06 23:31:49 (GMT) |
commit | 8e0c09da62f01de7fea53acc3550cd796c632dfc (patch) | |
tree | b9aec6a2b1a115dc17862d738ed070c22b53b6a4 /Doc | |
parent | cb4638a278a205536f558263d5c52ca51613f80b (diff) | |
download | cpython-8e0c09da62f01de7fea53acc3550cd796c632dfc.zip cpython-8e0c09da62f01de7fea53acc3550cd796c632dfc.tar.gz cpython-8e0c09da62f01de7fea53acc3550cd796c632dfc.tar.bz2 |
More reference count information.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/api/refcounts.dat | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/Doc/api/refcounts.dat b/Doc/api/refcounts.dat index d7dec67..749d9b6 100644 --- a/Doc/api/refcounts.dat +++ b/Doc/api/refcounts.dat @@ -704,6 +704,14 @@ PyObject_InitVar:PyVarObject*:op:0: PyObject_Length:int::: PyObject_Length:PyObject*:o:0: +PyObject_NEW:PyObject*::+1: + +PyObject_New:PyObject*::+1: + +PyObject_NEW_VAR:PyObject*::+1: + +PyObject_NewVar:PyObject*::+1: + PyObject_Print:int::: PyObject_Print:PyObject*:o:0: PyObject_Print:FILE*:fp:: @@ -1338,7 +1346,7 @@ _PyObject_Del:PyObject*:op:0: _PyObject_New:PyObject*::+1: _PyObject_New:PyTypeObject*:type:0: -_PyObject_NewVar:PyVarObject*::+1: +_PyObject_NewVar:PyObject*::+1: _PyObject_NewVar:PyTypeObject*:type:0: _PyObject_NewVar:int:size:: |