Message101775
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. |
|
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 | |
|