summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
Diffstat (limited to 'Python')
-rw-r--r--Python/pythonrun.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Python/pythonrun.c b/Python/pythonrun.c
index 6fa85ac..bb5e482 100644
--- a/Python/pythonrun.c
+++ b/Python/pythonrun.c
@@ -1201,6 +1201,7 @@ err_input(perrdetail *err)
break;
}
w = Py_BuildValue("(sO)", msg, v);
+ Py_XDECREF(v);
PyErr_SetObject(errtype, w);
Py_XDECREF(w);
}