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 ee803a8 commit af4a1f2Copy full SHA for af4a1f2
1 file changed
Include/object.h
@@ -785,7 +785,7 @@ PyAPI_FUNC(void) _Py_Dealloc(PyObject *);
785
--(_py_decref_tmp)->ob_refcnt != 0) \
786
_Py_CHECK_REFCNT(_py_decref_tmp) \
787
else \
788
- _Py_Dealloc(_py_decref_tmp); \
+ _Py_Dealloc(_py_decref_tmp); \
789
} while (0)
790
791
/* Safely decref `op` and set `op` to NULL, especially useful in tp_clear
0 commit comments