diff -r 11ace3e36fde Modules/_threadmodule.c --- a/Modules/_threadmodule.c Mon Mar 14 21:07:56 2011 +0100 +++ b/Modules/_threadmodule.c Mon Mar 14 21:13:31 2011 +0100 @@ -824,7 +824,7 @@ 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; }