[Python-Dev] KeyboardInterrupt on Windows (original) (raw)
Raymond Hettinger python@rcn.com
Fri, 30 May 2003 18:47:47 -0400
- Previous message: [Python-Dev] KeyboardInterrupt on Windows
- Next message: [Python-Dev] I'm tagging the Python 2.2.3 tree
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
[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
- Previous message: [Python-Dev] KeyboardInterrupt on Windows
- Next message: [Python-Dev] I'm tagging the Python 2.2.3 tree
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]