Message142294
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) |
|
Date |
User |
Action |
Args |
2011-08-17 22:42:10 | chris- | set | recipients:
+ chris-, jnoller, asksol, Michael.Olson |
2011-08-17 22:42:10 | chris- | set | messageid: <1313620930.61.0.210565534351.issue10015@psf.upfronthosting.co.za> |
2011-08-17 22:42:10 | chris- | link | issue10015 messages |
2011-08-17 22:42:09 | chris- | create | |
|