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 paul.j3
Recipients BreamoreBoy, docs@python, paul.j3
Date 2014-07-04.16:59:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1404493152.06.0.752172991335.issue12954@psf.upfronthosting.co.za>
In-reply-to
Content
The documentation currently warns
https://docs.python.org/2/library/multiprocessing.html#windows

> Safe importing of main module

> Make sure that the main module can be safely imported by a new Python interpreter without causing unintended side effects (such a starting a new process).

The logging duplication that I mentioned here is one of those side effects.  So there's probably no need for further warnings.
History
Date User Action Args
2014-07-04 16:59:12paul.j3setrecipients: + paul.j3, docs@python, BreamoreBoy
2014-07-04 16:59:12paul.j3setmessageid: <1404493152.06.0.752172991335.issue12954@psf.upfronthosting.co.za>
2014-07-04 16:59:12paul.j3linkissue12954 messages
2014-07-04 16:59:11paul.j3create