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 michael.foord
Recipients Technologov, andersjm, christian.heimes, kap4020, loewis, michael.foord, nnorwitz, tebeka, tim.peters, trent
Date 2010-03-27.00:27:54
SpamBayes Score 0.009251491
Marked as misclassified No
Message-id <1269649676.21.0.125670883463.issue1220212@psf.upfronthosting.co.za>
In-reply-to
Content
I'm wrong. First IronPython tries:

NativeSignal.GenerateConsoleCtrlEvent(PythonSignal.CTRL_C_EVENT, ...)

But with the comment:

//The following calls to GenerateConsoleCtrlEvent will fail under
//most circumstances. We'll try them any ways though as this seems
//to be the only mechanism in Windows to send signals to processes

It falls back to just killing the process.
History
Date User Action Args
2010-03-27 00:27:56michael.foordsetrecipients: + michael.foord, tim.peters, loewis, nnorwitz, tebeka, andersjm, christian.heimes, kap4020, Technologov, trent
2010-03-27 00:27:56michael.foordsetmessageid: <1269649676.21.0.125670883463.issue1220212@psf.upfronthosting.co.za>
2010-03-27 00:27:54michael.foordlinkissue1220212 messages
2010-03-27 00:27:54michael.foordcreate