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 dd76b3f commit 0ac5372Copy full SHA for 0ac5372
1 file changed
Modules/_ctypes/callbacks.c
@@ -189,7 +189,6 @@ static void _CallPythonObject(void *mem,
189
CDataObject *obj = (CDataObject *)_PyObject_CallNoArgs(cnv);
190
if (!obj) {
191
PrintError("create argument %zd:\n", i);
192
- Py_DECREF(cnv);
193
goto Done;
194
}
195
if (!CDataObject_Check(obj)) {
0 commit comments