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

Gregory P. Smith report at bugs.python.org
Wed Sep 10 23:07:46 CEST 2008


Gregory P. Smith <greg at krypto.org> added the comment:

Agreed, this is fine for a bugfix point release.

I was initially concerned about the Modules/threadmodule.c struct 
localobject changing but that is private and used only by code within 
threadmodule.c so its not part of an API anything else could depend on.  
Changing it for 2.6.1/2.5.3/3.0.1 should be fine.

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1868>
_______________________________________


More information about the Python-bugs-list mailing list