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

Nick Coghlan report at bugs.python.org
Wed Dec 21 15:16:03 CET 2011


New submission from Nick Coghlan <ncoghlan at 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 <report at bugs.python.org>
<http://bugs.python.org/issue13646>
_______________________________________


More information about the New-bugs-announce mailing list