[New-bugs-announce] [issue38279] multiprocessing example enhancement

Max Voss report at bugs.python.org
Wed Sep 25 13:37:14 EDT 2019


New submission from Max Voss <bruno.m.voss at gmail.com>:

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. :)

----------
assignee: docs at python
components: Documentation
messages: 353222
nosy: BMV, docs at python
priority: normal
severity: normal
status: open
title: multiprocessing example enhancement
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38279>
_______________________________________


More information about the New-bugs-announce mailing list