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 davin
Recipients Vladimir Feinberg, Winterflower, davin, dsoprea, sbt
Date 2017-02-13.17:19:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1487006363.0.0.0348355093815.issue19675@psf.upfronthosting.co.za>
In-reply-to
Content
For triggering the exception, supplying a Process target that deliberately fails sounds right.

As for tests for the various start methods (fork/forkserver/spawn), if you are looking at the 3.x branches you'll find this was been consolidated so that one test could conceivably be written to handle multiple variants (see Lib/test/_test_multiprocessing.py).
History
Date User Action Args
2017-02-13 17:19:23davinsetrecipients: + davin, sbt, dsoprea, Winterflower, Vladimir Feinberg
2017-02-13 17:19:23davinsetmessageid: <1487006363.0.0.0348355093815.issue19675@psf.upfronthosting.co.za>
2017-02-13 17:19:22davinlinkissue19675 messages
2017-02-13 17:19:22davincreate