[issue13646] Document poor interaction between multiprocessing and -m on Windows

2016-10-10 Thread Nick Coghlan
Nick Coghlan added the comment: These interactions were fixed in the release where *nix multiprocessing gained the ability to mimic the Windows behaviour. -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker <

[issue13646] Document poor interaction between multiprocessing and -m on Windows

2011-12-21 Thread Nick Coghlan
Nick Coghlan added the comment: (Actually the latter isn't true - the __main__ bypass handles that case. Since none of the code gets executed in the child process, it doesn't generally matter that __package__ isn't set properly) -- ___ Python track

[issue13646] Document poor interaction between multiprocessing and -m on Windows

2011-12-21 Thread Nick Coghlan
New submission from Nick Coghlan : The http://docs.python.org/library/multiprocessing#windows section of the docs should document the limitations that multiprocessing on Windows places on __main__ module invocation. - no execution of modules inside packages with -m - no execution of packages (