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 b57b4ac commit a2eefa6Copy full SHA for a2eefa6
1 file changed
Python/errors.c
@@ -110,6 +110,7 @@ PyErr_SetObject(PyObject *exception, PyObject *value)
110
fixed_value = _PyErr_CreateException(exception, value);
111
Py_XDECREF(value);
112
if (fixed_value == NULL) {
113
+ Py_DECREF(exc_value);
114
return;
115
}
116
0 commit comments