You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/sphinx/source/canonical_function.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ If you are willing to accept NULL arguments then this pattern would be more suit
71
71
Py_INCREF(arg_1);
72
72
}
73
73
74
-
Of course the same test must be used when calling ``Py_DECFREF``, or just use ``Py_XDECREF``.
74
+
Of course the same test must be used when calling ``Py_DECREF``, or just use ``Py_XDECREF``.
75
75
76
76
Now we create any local objects, if they are "Borrowed" references we need to incref them. With any abnormal behaviour we do a local jump straight to the cleanup code.
0 commit comments