This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ncoghlan
Recipients ncoghlan
Date 2011-12-21.14:15:03
SpamBayes Score 0.028356388
Marked as misclassified No
Message-id <1324476963.91.0.938014809315.issue13646@psf.upfronthosting.co.za>
In-reply-to
Content
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)
History
Date User Action Args
2011-12-21 14:16:03ncoghlansetrecipients: + ncoghlan
2011-12-21 14:16:03ncoghlansetmessageid: <1324476963.91.0.938014809315.issue13646@psf.upfronthosting.co.za>
2011-12-21 14:15:03ncoghlanlinkissue13646 messages
2011-12-21 14:15:03ncoghlancreate