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 r.david.murray
Recipients Ben Kane, abarry, docs@python, r.david.murray
Date 2016-05-29.20:29:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464553788.41.0.708846829559.issue27155@psf.upfronthosting.co.za>
In-reply-to
Content
The negative return code indicates the child was terminated by a signal, exactly as the example error message says.  The signal number is the positive value of the return code.  It makes more sense to negate it than it does to call abs, since we *know* it is negative.

IMO the example is correct as written.
History
Date User Action Args
2016-05-29 20:29:48r.david.murraysetrecipients: + r.david.murray, docs@python, abarry, Ben Kane
2016-05-29 20:29:48r.david.murraysetmessageid: <1464553788.41.0.708846829559.issue27155@psf.upfronthosting.co.za>
2016-05-29 20:29:48r.david.murraylinkissue27155 messages
2016-05-29 20:29:48r.david.murraycreate