summaryrefslogtreecommitdiff
path: root/Modules/_threadmodule.c
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2011-03-15 06:03:08 +0200
committerEzio Melotti <ezio.melotti@gmail.com>2011-03-15 06:03:08 +0200
commit373089239b26e7445aa44a3501c7056cfa4c3728 (patch)
tree5f2f35ff686dfa64092b06b730ed9090f6492896 /Modules/_threadmodule.c
parentdeaa678952dd437cb8cf9f697325705ad0855029 (diff)
parent4969f709cc07088a40574c05724d83cddc8fafc7 (diff)
downloadcpython-git-373089239b26e7445aa44a3501c7056cfa4c3728.tar.gz
#11515: Merge with 3.2.
Diffstat (limited to 'Modules/_threadmodule.c')
-rw-r--r--Modules/_threadmodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_threadmodule.c b/Modules/_threadmodule.c
index 57d08d369e..ef17b2845c 100644
--- a/Modules/_threadmodule.c
+++ b/Modules/_threadmodule.c
@@ -824,7 +824,7 @@ _ldict(localobject *self)
self->args, self->kw) < 0) {
/* we need to get rid of ldict from thread so
we create a new one the next time we do an attr
- acces */
+ access */
PyDict_DelItem(tdict, self->key);
return NULL;
}