Message101970
Here is a patch with some tests and doc changes.
I'm having trouble coming up with tests which will work with CTRL_C_EVENT and CTRL_BREAK_EVENT. Based on my understanding of GenerateConsoleCtrlEvent, I figured this example (http://msdn.microsoft.com/en-us/library/ms685049%28v=VS.85%29.aspx) would be receptive to CTRL+C when started as a subprocess, but it doesn't work. I also figured "python -c "input()"" started as a subprocess could be killed with CTRL_C_EVENT, but it doesn't work either. |
|
Date |
User |
Action |
Args |
2010-03-31 02:10:28 | brian.curtin | set | recipients:
+ brian.curtin, tim.peters, loewis, nnorwitz, tebeka, andersjm, christian.heimes, kap4020, Technologov, trent, michael.foord |
2010-03-31 02:10:27 | brian.curtin | set | messageid: <1270001427.86.0.0555316019209.issue1220212@psf.upfronthosting.co.za> |
2010-03-31 02:10:25 | brian.curtin | link | issue1220212 messages |
2010-03-31 02:10:25 | brian.curtin | create | |
|