[issue8094] Multiprocessing infinite loop

2013-02-01 Thread Philip Thiem
Philip Thiem added the comment: As an alternative, see http://bugs.python.org/issue10845 It contains a patch for the 3.X series which fixes the infinity loop. Applying it to the 2.X series will fix the issue and make a change the documentation unnecessary. -- nosy: +pthiem

[issue8094] Multiprocessing infinite loop

2013-02-01 Thread Philip Thiem
Philip Thiem added the comment: Actually sorry, now that I reread the details a second time, I'm not sure that is this the same deal. I'll just file a separate bug. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8094

[issue17101] Multiprocessing on Windows

2013-02-01 Thread Philip Thiem
New submission from Philip Thiem: http://bugs.python.org/issue10845 also applies to the 2.X series. this is multiprocessing on windows has issues with __main__.py -- components: Windows messages: 181090 nosy: pthiem priority: normal severity: normal status: open title: Multiprocessing

[issue17101] __main__.py Multiprocessing on Windows

2013-02-01 Thread Philip Thiem
Changes by Philip Thiem ptth...@gmail.com: -- title: Multiprocessing on Windows - __main__.py Multiprocessing on Windows ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17101