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 pitrou
Recipients Rock.Achu, pitrou
Date 2011-12-30.18:08:05
SpamBayes Score 3.510156e-05
Marked as misclassified No
Message-id <1325268487.17.0.303279558149.issue13679@psf.upfronthosting.co.za>
In-reply-to
Content
> Anyways, the docs say that python should throw a RuntimeError, but it
> didn't?

I think running it directly would raise a RuntimeError, but importing it wouldn't.

> And would it be doable to add a warning at the top of the
> multiprocessing tutorial/page that section?

In the introduction you have the following note, together with a link to the relevant section:

“Functionality within this package requires that the __main__ module be importable by the children. This is covered in Programming guidelines however it is worth pointing out here.”
History
Date User Action Args
2011-12-30 18:08:07pitrousetrecipients: + pitrou, Rock.Achu
2011-12-30 18:08:07pitrousetmessageid: <1325268487.17.0.303279558149.issue13679@psf.upfronthosting.co.za>
2011-12-30 18:08:06pitroulinkissue13679 messages
2011-12-30 18:08:05pitroucreate