[issue1113] interrupt_main() fails to interrupt raw_input()

2007-09-07 Thread Anand Patil
Anand Patil added the comment: OK, thanks for your help. On 9/6/07, Georg Brandl <[EMAIL PROTECTED]> wrote: > > > Georg Brandl added the comment: > > Anand Patil schrieb: > > Anand Patil added the comment: > > > > Sorry- Where can I get this patch? The SourceForge patch manager says > it's > > c

[issue1113] interrupt_main() fails to interrupt raw_input()

2007-09-06 Thread Georg Brandl
Georg Brandl added the comment: Anand Patil schrieb: > Anand Patil added the comment: > > Sorry- Where can I get this patch? The SourceForge patch manager says it's > closed. It is - like all other issues - in this tracker at http://bugs.python.org/706406. __ T

[issue1113] interrupt_main() fails to interrupt raw_input()

2007-09-06 Thread Anand Patil
Anand Patil added the comment: Sorry- Where can I get this patch? The SourceForge patch manager says it's closed. Thanks, Anand On 9/6/07, Georg Brandl <[EMAIL PROTECTED]> wrote: > > > Georg Brandl added the comment: > > This is ultimately the same as #685846, for which a patch is at #706406. >

[issue1113] interrupt_main() fails to interrupt raw_input()

2007-09-06 Thread Georg Brandl
Georg Brandl added the comment: This is ultimately the same as #685846, for which a patch is at #706406. -- nosy: +georg.brandl resolution: -> duplicate status: open -> closed superseder: -> fix bug #685846: raw_input defers signals __ Tracker <[EMAIL P

[issue1113] interrupt_main() fails to interrupt raw_input()

2007-09-05 Thread Anand Patil
New submission from Anand Patil: Mac OS 10.4, Python 2.5 from pythonmac.org: The function listen() in the attached should be interrupted after a second, but it waits until return is pressed before catching the exception. -- components: Macintosh files: test.py messages: 55673 nosy: an