[issue846817] control-c is being sent to child thread rather than main

2013-02-23 Thread R. David Murray
Changes by R. David Murray : -- resolution: -> out of date stage: test needed -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue846817] control-c is being sent to child thread rather than main

2010-08-18 Thread Mark Lawrence
Mark Lawrence added the comment: Closed as no reply to msg81880. -- nosy: +BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list m

[issue846817] control-c is being sent to child thread rather than main

2009-02-12 Thread Daniel Diniz
Daniel Diniz added the comment: Closing proposed. Cannot reproduce as of r69550: calling CliEngine run # # MAIN THREAD Control-C MAIN THREAD Control-C [...] Returning from cliEngine.runEngine() MAIN THREAD Control-C Exiting the main thread On Ubuntu 8.04 (2.6,24) with libreadline 5.2. --