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 pitrou
Recipients Akos Kiss, davin, eryksun, paul.moore, pitrou, steve.dower, tim.golden, zach.ware
Date 2017-11-05.15:08:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1509894500.66.0.213398074469.issue31863@psf.upfronthosting.co.za>
In-reply-to
Content
I would like to know what our resident Windows users think about this (Paul, Steve, Zach).

Reading the above arguments, I'd be inclined to settle on 15 (that is, the non-negative "signal" number).  While it is not consistent with what "taskkill" or other APIs do, it makes it clear that the process was terminated in a certain way.  Certainly, there is a slight chance that 15 is a legitimate error code returned by the process, but that is far less likely than returning 1 as a legitimate error code, which I presume is extremely common.

In any case, this can't go in a bugfix release, so marking as 3.7-only.
History
Date User Action Args
2017-11-05 15:08:20pitrousetrecipients: + pitrou, paul.moore, tim.golden, zach.ware, eryksun, steve.dower, davin, Akos Kiss
2017-11-05 15:08:20pitrousetmessageid: <1509894500.66.0.213398074469.issue31863@psf.upfronthosting.co.za>
2017-11-05 15:08:20pitroulinkissue31863 messages
2017-11-05 15:08:20pitroucreate