Message101775
| 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:56 | michael.foord | set | recipients: + michael.foord, tim.peters, loewis, nnorwitz, tebeka, andersjm, christian.heimes, kap4020, Technologov, trent |
| 2010-03-27 00:27:56 | michael.foord | set | messageid: <1269649676.21.0.125670883463.issue1220212@psf.upfronthosting.co.za> |
| 2010-03-27 00:27:54 | michael.foord | link | issue1220212 messages |
| 2010-03-27 00:27:54 | michael.foord | create | |