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 vstinner
Recipients asvetlov, brian.curtin, giampaolo.rodola, r.david.murray, vstinner
Date 2015-03-20.12:26:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426854390.16.0.789445821033.issue14480@psf.upfronthosting.co.za>
In-reply-to
Content
> 0 has no special meaning on Windows so I'd rather not add another special case for posix emulation. Additionally, 0 unfortunately already means two things as it is: signal.CTRL_C_EVENT and the int 0.

I agree, it's not a good idea to support os.kill(pid, 0) on Windows. I reject the issue.

See also the issue #14484.
History
Date User Action Args
2015-03-20 12:26:30vstinnersetrecipients: + vstinner, giampaolo.rodola, r.david.murray, brian.curtin, asvetlov
2015-03-20 12:26:30vstinnersetmessageid: <1426854390.16.0.789445821033.issue14480@psf.upfronthosting.co.za>
2015-03-20 12:26:30vstinnerlinkissue14480 messages
2015-03-20 12:26:30vstinnercreate