Followup to r86170: fix reference leak in str.format

This commit is contained in:
Antoine Pitrou 2010-11-05 12:23:55 +00:00
parent c275e15489
commit a277ec4ad9
1 changed files with 0 additions and 1 deletions

View File

@ -509,7 +509,6 @@ get_field_object(SubString *input, PyObject *args, PyObject *kwargs,
goto error;
}
Py_DECREF(key);
Py_INCREF(obj);
}
else {
/* look up in args */