mirror of https://github.com/python/cpython
typo
This commit is contained in:
parent
26fd2e1dcc
commit
f3c4ad1410
|
@ -309,7 +309,7 @@ _ldict(localobject *self)
|
|||
return NULL;
|
||||
else {
|
||||
int i = PyDict_SetItem(tdict, self->key, ldict);
|
||||
Py_DECREF(ldict); /* now ldict is borowed */
|
||||
Py_DECREF(ldict); /* now ldict is borrowed */
|
||||
if (i < 0)
|
||||
return NULL;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue