Alister Cordiner <acordi...@gmail.com> added the comment:

I think that workaround should be:

if not hasattr(threading.current_thread(), "_children"):
    threading.current_thread()._children = weakref.WeakKeyDictionary()

----------
nosy: +acordiner

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10015>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to