]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
More reference count information.
authorFred Drake <fdrake@acm.org>
Fri, 6 Jul 2001 23:31:49 +0000 (23:31 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 6 Jul 2001 23:31:49 +0000 (23:31 +0000)
Doc/api/refcounts.dat

index d7dec6701ab358bc32221651328a55d21c5d0db4..749d9b6ade55cf74e45a05d2e7fa2f53350fab9a 100644 (file)
@@ -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::