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 eryksun
Recipients Akos Kiss, davin, eryksun, paul.moore, pitrou, steve.dower, tim.golden, zach.ware
Date 2017-10-27.21:28:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1509139704.66.0.213398074469.issue31863@psf.upfronthosting.co.za>
In-reply-to
Content
If a multiprocessing Process gets terminated by any means other than its terminate() method, it won't get this special TERMINATE (0x10000) exit code that allows the object to pretend the exit status is POSIX -SIGTERM. In general, the exit code will be 1. IMO, Process.terminate should be consistent with typical exit code of 1 and thus consistent with Popen.terminate. However, I'm adding Davin and Antoine to the nosy list in case they disagree -- before you go to the trouble of creating a PR.
History
Date User Action Args
2017-10-27 21:28:24eryksunsetrecipients: + eryksun, paul.moore, pitrou, tim.golden, zach.ware, steve.dower, davin, Akos Kiss
2017-10-27 21:28:24eryksunsetmessageid: <1509139704.66.0.213398074469.issue31863@psf.upfronthosting.co.za>
2017-10-27 21:28:24eryksunlinkissue31863 messages
2017-10-27 21:28:24eryksuncreate