[issue30563] [Cygwin] multiprocessing module with pool object issue

2017-06-14 Thread Julien Verger
Julien Verger added the comment: Hello Antoine, I've installed python throught the cygwin.exe installer. I've tried to add many pythons libs without more success. I didn't know that cygwin was an unsupported platform. Unfortunately, my goal is to develop an automation tool b

[issue30563] multiprocessing module with pool object issue

2017-06-03 Thread Julien Verger
New submission from Julien Verger: Hello, i'm trying to use the sample code that is documented here: https://docs.python.org/2/library/multiprocessing.html from multiprocessing import Pool def f(x): return x*x if __name__ == '__main__': p = Pool(5) print(p.