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 brian.curtin
Recipients asvetlov, brian.curtin, r.david.murray
Date 2012-04-03.14:43:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333464186.93.0.233696708361.issue14480@psf.upfronthosting.co.za>
In-reply-to
Content
I meant that in the underlying, such as in the TerminateProcess API, 0 doesn't mean anything special. As is being debated over on #14484 we currently take all integers to be passed to TerminateProcess (the int becomes the killed proc's return code), and two signals to pass to GenerateConsoleCtrlEvent (which is more like posix os.kill).
History
Date User Action Args
2012-04-03 14:43:06brian.curtinsetrecipients: + brian.curtin, r.david.murray, asvetlov
2012-04-03 14:43:06brian.curtinsetmessageid: <1333464186.93.0.233696708361.issue14480@psf.upfronthosting.co.za>
2012-04-03 14:43:06brian.curtinlinkissue14480 messages
2012-04-03 14:43:06brian.curtincreate