Christian <[email protected]> added the comment:
A workaround would be to call the following in the thread you want to use
ThreadPool:
if not hasattr(threading.current_process(), "_children"):
threading.current_process()._children = weakref.WeakKeyDictionary()
(putting this in Process could be a very simple patch)
----------
nosy: +chris-
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue10015>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com