Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb4638a commit 8e0c09dCopy full SHA for 8e0c09d
1 file changed
Doc/api/refcounts.dat
@@ -704,6 +704,14 @@ PyObject_InitVar:PyVarObject*:op:0:
704
PyObject_Length:int:::
705
PyObject_Length:PyObject*:o:0:
706
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
715
PyObject_Print:int:::
716
PyObject_Print:PyObject*:o:0:
717
PyObject_Print:FILE*:fp::
@@ -1338,7 +1346,7 @@ _PyObject_Del:PyObject*:op:0:
1338
1346
_PyObject_New:PyObject*::+1:
1339
1347
_PyObject_New:PyTypeObject*:type:0:
1340
1348
1341
-_PyObject_NewVar:PyVarObject*::+1:
1349
+_PyObject_NewVar:PyObject*::+1:
1342
1350
_PyObject_NewVar:PyTypeObject*:type:0:
1343
1351
_PyObject_NewVar:int:size::
1344
1352
0 commit comments