Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
birkenfeld committed Mar 8, 2006
1 parent 26fd2e1 commit f3c4ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/threadmodule.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit f3c4ad1

Please sign in to comment.