summaryrefslogtreecommitdiffstats
path: root/Python/getargs.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/getargs.c')
-rw-r--r--Python/getargs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Python/getargs.c b/Python/getargs.c
index b947a0c..cf1c6b7 100644
--- a/Python/getargs.c
+++ b/Python/getargs.c
@@ -1123,6 +1123,7 @@ vgetargskeywords(PyObject *args, PyObject *keywords, char *format,
return 0;
}
converted++;
+ Py_DECREF(item);
}
else {
PyErr_Clear();