[issue25906] Worker stall in multiprocessing.Pool

2015-12-18 Thread R. David Murray
Changes by R. David Murray : -- nosy: +davin, sbt ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue25906] Worker stall in multiprocessing.Pool

2015-12-18 Thread Christian Schou Oxvig
New submission from Christian Schou Oxvig: I am experiencing some seemingly random stalls in my scientific simulations that make use of a multiprocessing.Pool for parallelization. It has been incredibly difficult for me to come up with an example that consistently reproduces the problem. It se