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 Technologov, andersjm, brian.curtin, christian.heimes, kap4020, loewis, michael.foord, nnorwitz, tebeka, tim.peters, trent
Date 2010-03-31.02:10:23
SpamBayes Score 0.0005141408
Marked as misclassified No
Message-id <1270001427.86.0.0555316019209.issue1220212@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-03-31 02:10:28brian.curtinsetrecipients: + brian.curtin, tim.peters, loewis, nnorwitz, tebeka, andersjm, christian.heimes, kap4020, Technologov, trent, michael.foord
2010-03-31 02:10:27brian.curtinsetmessageid: <1270001427.86.0.0555316019209.issue1220212@psf.upfronthosting.co.za>
2010-03-31 02:10:25brian.curtinlinkissue1220212 messages
2010-03-31 02:10:25brian.curtincreate