Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8e0c09d

Browse files
committed
More reference count information.
1 parent cb4638a commit 8e0c09d

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

Doc/api/refcounts.dat

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -704,6 +704,14 @@ PyObject_InitVar:PyVarObject*:op:0:
704704
PyObject_Length:int:::
705705
PyObject_Length:PyObject*:o:0:
706706

707+
PyObject_NEW:PyObject*::+1:
708+
709+
PyObject_New:PyObject*::+1:
710+
711+
PyObject_NEW_VAR:PyObject*::+1:
712+
713+
PyObject_NewVar:PyObject*::+1:
714+
707715
PyObject_Print:int:::
708716
PyObject_Print:PyObject*:o:0:
709717
PyObject_Print:FILE*:fp::
@@ -1338,7 +1346,7 @@ _PyObject_Del:PyObject*:op:0:
13381346
_PyObject_New:PyObject*::+1:
13391347
_PyObject_New:PyTypeObject*:type:0:
13401348

1341-
_PyObject_NewVar:PyVarObject*::+1:
1349+
_PyObject_NewVar:PyObject*::+1:
13421350
_PyObject_NewVar:PyTypeObject*:type:0:
13431351
_PyObject_NewVar:int:size::
13441352

0 commit comments

Comments
 (0)