On Oct 29 21:22, Jean-Pierre Flori wrote: > Le Tue, 29 Oct 2013 21:19:14 +0000, Jean-Pierre Flori a écrit : > > > Le Tue, 29 Oct 2013 16:59:35 -0400, Christopher Faylor a écrit : > >> If you want this fixed, the easiest way to get that to happen is to > >> post a simple test case which reproduces the problem. That is not the > >> code snippet that you sent. A real working example would be required. > > Sorry about that. > > > > Here you go: > > """ > > from multiprocessing import Pool > > > > def f(x): return x > > > > p = pool(2) > > > > p.map(f, [1, 2]) > > """ > And I managed to introduce a typo. The third line should read Pool, so it > is: > """ > from multiprocessing import Pool > > def f(x): return x > > p = Pool(2) > > p.map(f, [1, 2]) > """
Works for me. I guess. At least, if I run the script, nothing happens: $ python x.py $ Same on 32 and 64 bit Cygwin. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer cygwin AT cygwin DOT com Red Hat
pgpS6F8K61udC.pgp
Description: PGP signature