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 xtreak
Recipients anthony-flury, docs@python, xtreak
Date 2018-10-04.12:02:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1538654528.7.0.545547206417.issue34891@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the report. Are you referring to the below warning?

> 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. This means that some examples, such as the multiprocessing.pool.Pool examples will not work in the interactive interpreter. For example:

I tried the example and it throws the AttributeError as shown in the example in Linux and MacOS. Maybe I am wrong on the above. Can you please add in the specific example that is shown as not executable from the interpreter but actually works?

Thanks
History
Date User Action Args
2018-10-04 12:02:08xtreaksetrecipients: + xtreak, docs@python, anthony-flury
2018-10-04 12:02:08xtreaksetmessageid: <1538654528.7.0.545547206417.issue34891@psf.upfronthosting.co.za>
2018-10-04 12:02:08xtreaklinkissue34891 messages
2018-10-04 12:02:08xtreakcreate