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 terry.reedy
Recipients ezwelty, ned.deily, ronaldoussoren, terry.reedy
Date 2018-03-23.23:05:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
The examples in the multiprocessing doc all put all multiprocessing calls within a "if __name__ == '__main__':" statement.  I know that this is necessary on Windows, but don't know if or when it helps on other OSes.
History
Date User Action Args
2018-03-23 23:05:42terry.reedysetrecipients: + terry.reedy, ronaldoussoren, ned.deily, ezwelty
2018-03-23 23:05:42terry.reedysetmessageid: <[email protected]>
2018-03-23 23:05:42terry.reedylinkissue33111 messages
2018-03-23 23:05:42terry.reedycreate