mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Followup to r86170: fix reference leak in str.format
This commit is contained in:
parent
c275e15489
commit
a277ec4ad9
1 changed files with 0 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue