New submission from Nick Coghlan <ncogh...@gmail.com>:

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 (since their __main__ is inside the package)

----------
messages: 149988
nosy: ncoghlan
priority: normal
severity: normal
status: open
title: Document poor interaction between multiprocessing and -m on Windows

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13646>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to