[issue12157] join method of multiprocessing Pool object hangs if iterable argument of pool.map is empty

Terry J. Reedy report at bugs.python.org
Sat May 28 23:30:46 CEST 2011


Terry J. Reedy <tjreedy at udel.edu> added the comment:

I ran with 3.2, winxp with "if __name__ == '__main__':" added after the def statement (without this, process spawned 150 processes before I got logged out) and ()s added to prints. Hung on pool.join as OP said. I could only stop by closing command window as ^C was ignored. Any new test should have a timeout ;-).

----------
nosy: +terry.reedy
stage:  -> test needed
versions: +Python 3.2, Python 3.3

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


More information about the Python-bugs-list mailing list