[issue1868] threading.local doesn't free attrs when assigning thread exits

Christian Heimes report at bugs.python.org
Sat Jan 19 15:05:32 CET 2008


Christian Heimes added the comment:

I've added a test in r60075.

It shows that threading.local cleans up thread local data except for the
last stopped thread.

----------
nosy: +tiran

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1868>
__________________________________


More information about the Python-bugs-list mailing list