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.

作者 terry.reedy
收信人 ezwelty, ned.deily, ronaldoussoren, terry.reedy
日期 2018-03-23.23:05:42
SpamBayes Score -1.0
Marked as misclassified
Message-id <1521846342.75.0.467229070634.issue33111@psf.upfronthosting.co.za>
In-reply-to
内容
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.
历史
日期 用户 动作 参数
2018-03-23 23:05:42terry.reedy修改recipients: + terry.reedy, ronaldoussoren, ned.deily, ezwelty
2018-03-23 23:05:42terry.reedy修改messageid: <1521846342.75.0.467229070634.issue33111@psf.upfronthosting.co.za>
2018-03-23 23:05:42terry.reedy链接issue33111 messages
2018-03-23 23:05:42terry.reedy创建