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 Ross Rosen
Recipients Ross Rosen, eryksun, giampaolo.rodola, vstinner
Date 2017-08-08.17:26:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1502213179.03.0.130429054095.issue26350@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure if this is helpful, but I thought it might be useful for you to hear a non-expert user's perspective.  (In summary, I'm agreeing with the OP.)

I spent a lot of time getting some signal handling working on OSX. Then finally in my process got to porting to Windows. I spent a bunch more time scratching my head trying to figure out why it wasn't working. Even after reading the os.kill and signal docs and searching for "Windows" I still wasn't clear what was wrong.  

This thread was the answer. 

So my suggestion at the least would be to put warnings in the signal doc, and clarify the language in the os.kill.
History
Date User Action Args
2017-08-08 17:26:19Ross Rosensetrecipients: + Ross Rosen, vstinner, giampaolo.rodola, eryksun
2017-08-08 17:26:19Ross Rosensetmessageid: <1502213179.03.0.130429054095.issue26350@psf.upfronthosting.co.za>
2017-08-08 17:26:19Ross Rosenlinkissue26350 messages
2017-08-08 17:26:18Ross Rosencreate