[issue706406] fix bug #685846: raw_input defers signals

2013-05-26 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: Closing as fixed. I tested with python2.7 and 3.2, both with and without a readline module. Behavior is consistent and looks correct to me: the signal is honored (message printed after 5s), and does not stop the raw_input(), except when it raises an

[issue706406] fix bug #685846: raw_input defers signals

2013-05-25 Thread Mark Lawrence
Mark Lawrence added the comment: Bump this as IIRC other issues discussing SIGINT handling have been processed recently. -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue706406

[issue706406] fix bug #685846: raw_input defers signals

2010-11-21 Thread Ned Deily
Ned Deily n...@acm.org added the comment: (Noted in passing: Issue9867 may be relevant here.) -- nosy: +ned.deily -BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue706406 ___

[issue706406] fix bug #685846: raw_input defers signals

2010-09-16 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: Can someone please comment on msg114316 as I'm out of my depth here, thanks. -- versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker rep...@bugs.python.org

[issue706406] fix bug #685846: raw_input defers signals

2010-08-18 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: Can this still be reproduced on an appropriate box or can it be closed or what? -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue706406

[issue706406] fix bug #685846: raw_input defers signals

2010-08-18 Thread Ray.Allen
Ray.Allen ysj@gmail.com added the comment: I seems this has been fixed already, at least on my python 2.7 on linux. -- nosy: +ysj.ray ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue706406

[issue706406] fix bug #685846: raw_input defers signals

2010-08-18 Thread Michael Stone
Michael Stone mbrie...@gmail.com added the comment: Wow, you wait 3/4 of a decade or so and the status of these bugs does tend to change on you. I'm not sure it's fixed, but it is different. Here's a test script for you: import readline import signal def handle(a,b): print received

[issue706406] fix bug #685846: raw_input defers signals

2009-05-12 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: - test needed type: - behavior versions: +Python 2.6 Added file: http://bugs.python.org/file13971/test.py ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue706406

[issue706406] fix bug #685846: raw_input defers signals

2009-05-12 Thread Michael Stone
Changes by Michael Stone mbrie...@gmail.com: -- nosy: +ajaksu2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue706406 ___ ___ Python-bugs-list

[issue706406] fix bug #685846: raw_input defers signals

2009-05-12 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: Removed file: http://bugs.python.org/file13971/test.py ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue706406 ___

[issue706406] fix bug #685846: raw_input defers signals

2009-05-12 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Oops, sorry! I should know better than to name scripts test.py: the upload failed and when I realized that (after some time), test.py was already something else. Thanks for catching this instance of PEBKAC, Michael :) -- Added file:

[issue706406] fix bug #685846: raw_input defers signals

2007-09-06 Thread Georg Brandl
Georg Brandl added the comment: Set as superseder of #685846 and #1113. -- nosy: +georg.brandl Tracker [EMAIL PROTECTED] http://bugs.python.org/issue706406 ___