[issue19564] test_multiprocessing_spawn hangs

2013-11-12 Thread STINNER Victor
Changes by STINNER Victor : -- title: test_multiprocessing_spawn -> test_multiprocessing_spawn hangs ___ Python tracker ___ ___ Python

[issue19564] test_multiprocessing_spawn

2013-11-12 Thread STINNER Victor
New submission from STINNER Victor: test_multiprocessing_spawn.test_context() hanged on x86 Gentoo Non-Debug 3.x: def test_context(self): if self.TYPE == 'processes': L = list(range(10)) expected = [sqr(i) for i in L] with multiprocessing.Pool(2) a