[issue7122] multiprocessing.Pool() problem in windows

2009-10-14 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: This difference between Unix and Windows is documented there: http://docs.python.org/library/multiprocessing.html#windows Please carefully read the paragraph named "Safe importing of main module". You will certainly need to add a condition like if __na

[issue7122] multiprocessing.Pool() problem in windows

2009-10-14 Thread Alex
New submission from Alex : Maybe I didn't understand how multiprocessing works but when running the test code below I get 200+ processes in Windows and it never finishes. It works fine on Linux. -- components: Library (Lib) files: prueba.py messages: 93975 nosy: SirLalala severity: norma