Kaydet (Commit) 9ddd4305 authored tarafından Alex Martelli's avatar Alex Martelli

tiny backport from 2.4, fix a leak in _testcapi

üst 9fe6b412
......@@ -544,6 +544,7 @@ raise_exception(PyObject *self, PyObject *args)
PyTuple_SET_ITEM(exc_args, i, v);
}
PyErr_SetObject(exc, exc_args);
Py_DECREF(exc_args);
return NULL;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment