[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 exc

[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 ___ __

[issue706406] fix bug #685846: raw_input defers signals

2010-11-21 Thread Ned Deily
Ned Deily added the comment: (Noted in passing: Issue9867 may be relevant here.) -- nosy: +ned.deily -BreamoreBoy ___ Python tracker ___ ___

[issue706406] fix bug #685846: raw_input defers signals

2010-09-16 Thread Mark Lawrence
Mark Lawrence 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 __

[issue706406] fix bug #685846: raw_input defers signals

2010-08-18 Thread Michael Stone
Michael Stone 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 signal" signal.signal(s

[issue706406] fix bug #685846: raw_input defers signals

2010-08-18 Thread Ray.Allen
Ray.Allen added the comment: I seems this has been fixed already, at least on my python 2.7 on linux. -- nosy: +ysj.ray ___ Python tracker ___ _

[issue706406] fix bug #685846: raw_input defers signals

2010-08-18 Thread Mark Lawrence
Mark Lawrence added the comment: Can this still be reproduced on an appropriate box or can it be closed or what? -- nosy: +BreamoreBoy ___ Python tracker ___ __

[issue706406] fix bug #685846: raw_input defers signals

2009-05-12 Thread Daniel Diniz
Daniel Diniz 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: http://bugs.python.or

[issue706406] fix bug #685846: raw_input defers signals

2009-05-12 Thread Daniel Diniz
Changes by Daniel Diniz : Removed file: http://bugs.python.org/file13971/test.py ___ Python tracker ___ ___ Python-bugs-list mailing list Uns

[issue706406] fix bug #685846: raw_input defers signals

2009-05-12 Thread Michael Stone
Changes by Michael Stone : -- nosy: +ajaksu2 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pytho

[issue706406] fix bug #685846: raw_input defers signals

2009-05-12 Thread Michael Stone
Michael Stone added the comment: ajaksu2 has uploaded a file called "test.py" that seems to have nothing to do with this issue, unless I'm misunderstanding something. I don't see any call to readline in the uploaded file at all. Perhaps the file you meant to upload, was the one from issue 1

[issue706406] fix bug #685846: raw_input defers signals

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

[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]> ___ Pytho