> /* if no docstring given and the getter has one, use that one */ > if ((doc == NULL || doc == Py_None) && get != NULL && > PyObject_HasAttrString(get, "__doc__")) { > if (!(get_doc = PyObject_GetAttrString(get, "__doc__"))) > return -1; > Py_DECREF(get_doc); /* it is INCREF'd again below */ > ^^^^^^^^^^^^^^^^^^ > doc = get_doc; > } > > Py_XINCREF(get); > Py_XINCREF(set); > Py_XINCREF(del); > Py_XINCREF(doc); > A strange programming style, if you ask me, and I wonder why Coverity doesn't complain about it. Thomas
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4