[Python-Dev] KeyboardInterrupt on Windows

Guido van Rossum guido@python.org
Fri, 30 May 2003 16:35:53 -0400


I received this problem report (Kurt is the IDLEFORK developer).  Does
anybody know what could be the matter here?  What changed recently???

--Guido van Rossum (home page: http://www.python.org/~guido/)

------- Forwarded Message

Date:    Fri, 30 May 2003 15:50:15 -0400
From:    kbk@shore.net (Kurt B. Kaiser)
To:      Guido van Rossum <guido@python.org>
Subject: KeyboardInterrupt

I find that

       while 1: pass

doesn't respond to a KeyboardInterrupt on Python2.3b1 on either
WinXP or W2K.  Is this generally known?  I couldn't find any mention 
of it.

      while 1: a = 0 

is fine on 2.3b1, and both work on Python2.2.

- --
KBK

------- End of Forwarded Message