diff options
-rw-r--r-- | Python/getargs.c | 1 |
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(); |