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 calimeroteknik
Recipients calimeroteknik, davin, pitrou
Date 2018-09-26.16:42:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1537980141.45.0.545547206417.issue34813@psf.upfronthosting.co.za>
In-reply-to
Content
When two processes are created and killed, the behaviour is different if print or sleep statements are inserted.
It can also be random (different results executing the same program several times) on certain machines and versions of python.

Attached two versions, one where the child process mysteriously disappears in the cpython interpreter, and another other one that raises ChildProcessError: [Errno 10] No child processes.

This shows up with cpython, all versions I tested (3.7, 3.6, 3.5, 2.7). pypy is unaffected.
History
Date User Action Args
2018-09-26 16:42:21calimerotekniksetrecipients: + calimeroteknik, pitrou, davin
2018-09-26 16:42:21calimerotekniksetmessageid: <1537980141.45.0.545547206417.issue34813@psf.upfronthosting.co.za>
2018-09-26 16:42:21calimerotekniklinkissue34813 messages
2018-09-26 16:42:21calimeroteknikcreate