[Python-Dev] KeyboardInterrupt on Windows (original) (raw)

Raymond Hettinger python@rcn.com
Fri, 30 May 2003 18:47:47 -0400


[Neil S]

I think right the fix it to make JUMPABSOLUTE not bypass the test for pending exceptions.

Yes. That's the correct fix because it handles all cases including:

 while 1:
    x=1      

Please go ahead and patch it up.

Raymond