[issue14881] multiprocessing.dummy craches when self._parent._children does not exist

2012-05-22 Thread Itay Brandes
Changes by Itay Brandes : -- components: +Library (Lib) -None ___ Python tracker <http://bugs.python.org/issue14881> ___ ___ Python-bugs-list mailing list Unsub

[issue14881] multiprocessing.dummy craches when self._parent._children does not exist

2012-05-22 Thread Itay Brandes
New submission from Itay Brandes : multiprocessing.dummy crashes when attempting to create a ThreadPool from a Thread. The following code will crush on 2.7.3: import multiprocessing.dummy import threading class Worker(threading.Thread): def __init__(self