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 jpe
Recipients jpe, steve.dower, tim.golden, zach.ware
Date 2015-04-15.15:33:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429112017.84.0.280252938145.issue23948@psf.upfronthosting.co.za>
In-reply-to
Content
Part of the issue here is that GenerateConsoleCtrlEvent doesn't work like kill w/ SIGINT does on unix -- it only works if the the target process id is 0 and then it generates the signal in all processes that share the console.  An alternate proposal here is to expose the GenerateConsoleCtrlEvent functionality separately and only accept a signal number of 9 and maybe 0 in kill().
History
Date User Action Args
2015-04-15 15:33:37jpesetrecipients: + jpe, tim.golden, zach.ware, steve.dower
2015-04-15 15:33:37jpesetmessageid: <1429112017.84.0.280252938145.issue23948@psf.upfronthosting.co.za>
2015-04-15 15:33:37jpelinkissue23948 messages
2015-04-15 15:33:37jpecreate