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 BMV
Recipients BMV, docs@python
Date 2019-09-25.17:37:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1569433034.47.0.652580755416.issue38279@roundup.psfhosted.org>
In-reply-to
Content
Hello all,

I've been trying to understand multiprocessing for a while, I tried multiple times. The PR is a suggested enhancement to the example that made it "click" for me. Or should I say, produced a working result that made sense to me.

Details for each change in the PR. It's short too.

The concept of multiprocessing is easy enough, but the syntax is so unlike regular python and so much happens "behind the curtain" so to speak, it took me a while. When I looked for multiprocessing advice online, many answers seemed unsure if or how their solution worked.

Generally I'd like to help write documentation. So this is a test to see how good your issue handling process is too. :)
History
Date User Action Args
2019-09-25 17:37:14BMVsetrecipients: + BMV, docs@python
2019-09-25 17:37:14BMVsetmessageid: <1569433034.47.0.652580755416.issue38279@roundup.psfhosted.org>
2019-09-25 17:37:14BMVlinkissue38279 messages
2019-09-25 17:37:13BMVcreate